mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-05 16:10:19 +02:00
Temporarily comment out unused code
This commit is contained in:
@ -9,8 +9,8 @@ function default.chest.get_chest_formspec(pos, size)
|
|||||||
x = math.min(size.x, 8),
|
x = math.min(size.x, 8),
|
||||||
y = math.min(size.y, 4)
|
y = math.min(size.y, 4)
|
||||||
}
|
}
|
||||||
local x_chest = (fs_size.x - size.x) / 2
|
--local x_chest = (fs_size.x - size.x) / 2
|
||||||
local x_player = (fs_size.x - 8) / 2
|
--local x_player = (fs_size.x - 8) / 2
|
||||||
local formspec = (
|
local formspec = (
|
||||||
"size[8,9]" ..
|
"size[8,9]" ..
|
||||||
"list[nodemeta:" .. spos .. ";main;0,0.3;%i,%i;]" ..
|
"list[nodemeta:" .. spos .. ";main;0,0.3;%i,%i;]" ..
|
||||||
|
Reference in New Issue
Block a user