Gold plates require 1 gold ore again
This commit is contained in:
parent
1dc928acdd
commit
d1c83d88e6
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ data:extend({
|
|||
auto_recycle = false,
|
||||
hide_from_player_crafting = settings.startup["crushing-industry-hide-player-crafting"].value,
|
||||
energy_required = 3.2,
|
||||
ingredients = { { type = "item", name = "crushed-gold-ore", amount = 2 } },
|
||||
ingredients = { { type = "item", name = "crushed-gold-ore", amount = 1 } },
|
||||
results = { { type = "item", name = "gold-plate", amount = 1 } },
|
||||
main_product = "gold-plate",
|
||||
},
|
||||
|
|
|
@ -20,7 +20,7 @@ data:extend({
|
|||
name = "gold-plate",
|
||||
category = "smelting",
|
||||
energy_required = 3.2,
|
||||
ingredients = { { type = "item", name = "gold-ore", amount = 2 } },
|
||||
ingredients = { { type = "item", name = "gold-ore", amount = 1 } },
|
||||
results = { { type = "item", name = "gold-plate", amount = 1 } },
|
||||
allow_productivity = true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue