Crushing Industry: Fix wrong ingredient amount for gold from crushed gold

This commit is contained in:
Simon Brodtmann 2025-04-14 14:21:54 +02:00
parent e7077ef65b
commit d03dfeb643

View file

@ -53,7 +53,7 @@ data:extend({
auto_recycle = false, auto_recycle = false,
hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value, hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value,
energy_required = 3.2, energy_required = 3.2,
ingredients = { { type = "item", name = "crushed-gold-ore", amount = 1 } }, ingredients = { { type = "item", name = "crushed-gold-ore", amount = 2 } },
results = { { type = "item", name = "gold-plate", amount = 1 } }, results = { { type = "item", name = "gold-plate", amount = 1 } },
main_product = "gold-plate", main_product = "gold-plate",
}, },