From 36291488cbebdb3d200a69a0b00f196e6b0479aa Mon Sep 17 00:00:00 2001 From: Stvk imension <76146430+oong819@users.noreply.github.com> Date: Sat, 29 Oct 2022 21:47:26 +0700 Subject: [PATCH] Update init.lua --- mods/default/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/default/init.lua b/mods/default/init.lua index ab137c2b25..09e8b87044 100644 --- a/mods/default/init.lua +++ b/mods/default/init.lua @@ -194,7 +194,7 @@ minetest.register_decoration({ flags = "place_center_x, place_center_z", }) -default.chest.register_chest({ +default.chest.register_chest(default:thest, description = "Thest", tiles = { "default_chest_top.png", @@ -208,5 +208,5 @@ default.chest.register_chest({ sound_open = "default_chest_open", sound_close = "default_chest_close", groups = {not_in_creative_inventory = 1}, - breakable = false, -}) + walkable = false, +)