recipes/smelter: correct the smelter recipe

This commit is contained in:
Danny Robson 2019-04-27 18:49:32 +10:00
parent e891329434
commit fc1e56dc8a

View File

@ -1,9 +1,8 @@
[
{
"input": { "iron_rod": 5 },
"output": { "wire": 8 },
"input": { "iron_rod": 5, "wire": 8 },
"output": { "smelter": 1 },
"machine": "craft_bench",
"requires": "hub_upgrade_1",
"power_usage": 4,
"size": [ 6, 10, 10 ]
}