FLINT AND STEEL
This commit is contained in:
6
init.lua
6
init.lua
@@ -25,9 +25,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_copper:ingot",
|
output = "mcl_copper:copper_ingot",
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
recipe = {
|
recipe = { "mcl_core:iron_ingot", "mcl_dye:orange" },
|
||||||
{ "mcl_core:iron_ingot", "mcl_dye:orange" },
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user