1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-02-03 05:40:20 +01:00

Use default's chest_formspec

- Before: https://lut.im/6yUb76mQ/8485vdnr
 - After: https://lut.im/KNRRS9U0/7NF5aZma
This commit is contained in:
LeMagnesium 2015-09-06 12:57:19 +02:00
parent 3ebb5b1f55
commit c9b7b022d9

View File

@ -1813,7 +1813,7 @@ local chest_formspec =
"listring[current_name;main]" .. "listring[current_name;main]" ..
"listring[current_player;main]" .. "listring[current_player;main]" ..
default.get_hotbar_bg(0, 4.85) .. 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 function get_locked_chest_formspec(pos)
local spos = pos.x .. "," .. pos.y .. "," .. pos.z local spos = pos.x .. "," .. pos.y .. "," .. pos.z