mirror of
https://github.com/minetest-mods/i3.git
synced 2024-12-27 03:10:39 +01:00
Small cleaning
This commit is contained in:
parent
de41ca2a75
commit
364b3f6d11
12
init.lua
12
init.lua
@ -1765,12 +1765,14 @@ local function get_inventory_mode(player, fs, data, full_height)
|
|||||||
local yoffset = extras and 0 or 0.2
|
local yoffset = extras and 0 or 0.2
|
||||||
|
|
||||||
if extras then
|
if extras then
|
||||||
local max_val = 30
|
local max_val = 15
|
||||||
|
|
||||||
if __3darmor and __skinsdb then
|
if __3darmor then
|
||||||
max_val = 50
|
max_val = max_val + 15
|
||||||
elseif __skinsdb and not __3darmor then
|
end
|
||||||
max_val = 15
|
|
||||||
|
if __skinsdb then
|
||||||
|
max_val = max_val + 20
|
||||||
end
|
end
|
||||||
|
|
||||||
fs(sprintf([[
|
fs(sprintf([[
|
||||||
|
Loading…
Reference in New Issue
Block a user