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