HOTFIX: Don't override pickaxe craft lol

This commit is contained in:
Mikita Wiśniewski 2022-03-25 12:49:47 +07:00
parent 099bdd2d55
commit bd7e2c211f
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ function mcl_decor.register_slab_table(name, desc, material, tiles)
output = name.." 3",
recipe = {
{material, material, material},
{"", "mcl_core:stick", ""},
{"", "mcl_core:stick", ""}
}
})