fix crash

This commit is contained in:
AFCMS 2021-04-16 13:51:57 +02:00
parent 39ce3592e6
commit 6397b1349b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ minetest.register_node("mcl_smithing_table:table", {
description = "Smithing table",
stack_max = 64,
groups = {pickaxey = 2, deco_block = true},
groups = {pickaxey = 2, deco_block = 1},
tiles = {
"mcl_smithing_table_top.png", "mcl_smithing_table_front.png", "mcl_smithing_table_side.png",