Temporarily comment out unused code

This commit is contained in:
An0n3m0us 2022-01-30 21:54:13 +00:00
parent 1a1270c1c5
commit ab2381a973
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ function default.chest.get_chest_formspec(pos, size)
x = math.min(size.x, 8),
y = math.min(size.y, 4)
}
local x_chest = (fs_size.x - size.x) / 2
local x_player = (fs_size.x - 8) / 2
--local x_chest = (fs_size.x - size.x) / 2
--local x_player = (fs_size.x - 8) / 2
local formspec = (
"size[8,9]" ..
"list[nodemeta:" .. spos .. ";main;0,0.3;%i,%i;]" ..