Right inventory for wifi chests

Fix #23
This commit is contained in:
Louis
2021-02-25 18:03:57 +01:00
parent 9526aec1cd
commit 109e6b1fdc
5 changed files with 59 additions and 108 deletions

View File

@ -15,7 +15,7 @@ local function register_toolbox(description, material, side_tile, craft_item)
})
minetest.register_node("more_chests:toolbox_" .. material, def)
minetest.register_craft({
output = "morechests:toolbox_" .. material,
output = "more_chests:toolbox_" .. material,
recipe = {
{craft_item, craft_item, craft_item},
{craft_item, "group:pickaxe", craft_item},