mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-02 07:21:08 +01:00
fix crash
This commit is contained in:
parent
39ce3592e6
commit
6397b1349b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ minetest.register_node("mcl_smithing_table:table", {
|
||||||
description = "Smithing table",
|
description = "Smithing table",
|
||||||
|
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {pickaxey = 2, deco_block = true},
|
groups = {pickaxey = 2, deco_block = 1},
|
||||||
|
|
||||||
tiles = {
|
tiles = {
|
||||||
"mcl_smithing_table_top.png", "mcl_smithing_table_front.png", "mcl_smithing_table_side.png",
|
"mcl_smithing_table_top.png", "mcl_smithing_table_front.png", "mcl_smithing_table_side.png",
|
||||||
|
|
Loading…
Reference in a new issue