From c9b7b022d94786596b925e73e419a51806b34af5 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 6 Sep 2015 12:57:19 +0200 Subject: [PATCH] Use default's chest_formspec - Before: https://lut.im/6yUb76mQ/8485vdnr - After: https://lut.im/KNRRS9U0/7NF5aZma --- minetestforfun_game/mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetestforfun_game/mods/default/nodes.lua b/minetestforfun_game/mods/default/nodes.lua index 1c8f4606..8ce986ab 100755 --- a/minetestforfun_game/mods/default/nodes.lua +++ b/minetestforfun_game/mods/default/nodes.lua @@ -1813,7 +1813,7 @@ local chest_formspec = "listring[current_name;main]" .. "listring[current_player;main]" .. default.get_hotbar_bg(0, 4.85) .. - default.get_hotbar_bg(0, 5.85) + default.get_hotbar_bg(0, 6.85) local function get_locked_chest_formspec(pos) local spos = pos.x .. "," .. pos.y .. "," .. pos.z