Make recipe definitions more compact
This commit is contained in:
@@ -41,7 +41,6 @@ if core.get_modpath("bonemeal") then
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
|
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
|
||||||
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
|
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
|
||||||
{"", "", ""},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
5
init.lua
5
init.lua
@@ -67,9 +67,6 @@ if stripped_tree.ENABLE_CHISEL then
|
|||||||
)
|
)
|
||||||
|
|
||||||
core.register_craft(
|
core.register_craft(
|
||||||
{
|
{output = "stripped_tree:chisel", recipe = {{"default:steel_ingot"}, {"screwdriver:screwdriver"}}}
|
||||||
output = "stripped_tree:chisel",
|
|
||||||
recipe = {{"", "default:steel_ingot", ""}, {"", "screwdriver:screwdriver", ""}, {"", "", ""}},
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user