Make recipe definitions more compact

This commit is contained in:
2025-12-05 11:59:55 +01:00
parent 31b85ba7c4
commit e73b28166e
2 changed files with 1 additions and 5 deletions

View File

@@ -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