From b6b5460fcd78c6b8197bdb792f826cd1bf6bd8e4 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 28 Feb 2020 16:48:43 +0000 Subject: [PATCH] remove deprecated formspec elements --- doors_chest.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doors_chest.lua b/doors_chest.lua index 60d0197..46a385a 100644 --- a/doors_chest.lua +++ b/doors_chest.lua @@ -618,9 +618,9 @@ minetest.register_node("protector:chest", { local spos = pos.x .. "," .. pos.y .. "," ..pos.z local formspec = "size[8,9]" - .. default.gui_bg - .. default.gui_bg_img - .. default.gui_slots +-- .. default.gui_bg +-- .. default.gui_bg_img +-- .. default.gui_slots .. "list[nodemeta:".. spos .. ";main;0,0.3;8,4;]" .. "button[0,4.5;2,0.25;toup;" .. F(S("To Chest")) .. "]" .. "field[2.3,4.8;4,0.25;chestname;;"