Replace default mod with core mod in hud

master
vlapsley 2017-08-22 13:46:41 +10:00
parent 9fbff79af1
commit fe466d5ed0
3 changed files with 3 additions and 4 deletions

View File

@ -1,2 +1,2 @@
default
init
sfinv

View File

@ -106,8 +106,8 @@ function creative.register_tab(name, title, items)
"field[0.3,3.5;2.2,1;creative_filter;;" .. minetest.formspec_escape(inv.filter) .. "]" ..
"listring[detached:creative_" .. player_name .. ";main]" ..
"list[detached:creative_" .. player_name .. ";main;0,0;8,3;" .. tostring(start_i) .. "]" ..
default.get_hotbar_bg(0,4.7) ..
default.gui_bg .. default.gui_bg_img .. default.gui_slots
init.get_hotbar_bg(0,4.7) ..
init.gui_bg .. init.gui_bg_img .. init.gui_slots
.. creative.formspec_add, false)
end,
on_enter = function(self, player, context)

View File

@ -1,3 +1,2 @@
default
init
inventory