diff --git a/default.lua b/default.lua index 2b771a5..074f2ec 100644 --- a/default.lua +++ b/default.lua @@ -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"}, - {"", "", ""}, }, } ) diff --git a/init.lua b/init.lua index d3d3230..30e2de7 100644 --- a/init.lua +++ b/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