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

@@ -41,7 +41,6 @@ if core.get_modpath("bonemeal") then
recipe = {
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
{"default:tree_bark", "default:tree_bark", "default:tree_bark"},
{"", "", ""},
},
}
)