mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-04 01:20:23 +02:00
Integrate Legacy Inventory option per-player in Settings popup
This commit is contained in:
@ -33,13 +33,6 @@ local function init_hud(player)
|
||||
style = 1,
|
||||
},
|
||||
}
|
||||
|
||||
if not i3.settings.legacy_inventory then
|
||||
core.after(0, function()
|
||||
player:hud_set_hotbar_itemcount(i3.settings.hotbar_len)
|
||||
player:hud_set_hotbar_image"i3_hotbar.png"
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
||||
local function show_hud(player, data)
|
||||
|
Reference in New Issue
Block a user