mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Temporarily comment out unused code
This commit is contained in:
parent
1a1270c1c5
commit
ab2381a973
1 changed files with 2 additions and 2 deletions
|
@ -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;]" ..
|
||||
|
|
Loading…
Add table
Reference in a new issue