1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-29 22:47:52 +02:00

Push module fixes

This commit is contained in:
Gerkiz
2024-01-18 23:41:37 +01:00
parent 9e5786f778
commit 217f3d5a7a
5 changed files with 102 additions and 30 deletions

View File

@@ -729,7 +729,7 @@ local function on_player_crafted_item(event)
if tweaked_crafting_items_enabled then
if item and item.valid then
if is_blacklisted[item.name] then
amount = 0.2
return -- return if the item is blacklisted
end
end
end