mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-26 02:40:29 +01:00
recipe changes
This commit is contained in:
parent
0bd7a87262
commit
98b2f8dbbf
@ -36,9 +36,9 @@ minetest.register_alias("alloy_furnace", "technic:alloy_furnace")
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:alloy_furnace',
|
output = 'technic:alloy_furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stone', 'default:stone', 'default:stone'},
|
{'default:brick', 'default:brick', 'default:brick'},
|
||||||
{'default:stone', '', 'default:stone'},
|
{'default:brick', '', 'default:brick'},
|
||||||
{'moreores:gold_ingot', 'moreores:copper_ingot', 'moreores:gold_ingot'},
|
{'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ minetest.register_alias("electric_furnace", "technic:electric_furnace")
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:electric_furnace',
|
output = 'technic:electric_furnace',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:brick', 'default:brick', 'default:brick'},
|
{'default:cobble', 'default:cobble', 'default:cobble'},
|
||||||
{'default:brick', '', 'default:brick'},
|
{'default:cobble', '', 'default:cobble'},
|
||||||
{'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
|
{'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user