diff options
author | Wuzzy <almikes@aol.com> | 2015-02-04 02:25:47 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-04 02:25:47 +0100 |
commit | 5f3d4b70c6baa3a0f81ee5830f02a4db82885440 (patch) | |
tree | 26da5e69f5384496a8294761227265257cfdf3f3 /init.lua | |
parent | f6d660d40f3b8f6ff005efbcce349a0882792da4 (diff) |
Remove hotbar support
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -49,12 +49,6 @@ end local function custom_hud(player) local name = player:get_player_name() --- fancy hotbar (only when no crafting mod present) - if minetest.get_modpath("crafting") == nil then - player:hud_set_hotbar_image("hud_hotbar.png") - player:hud_set_hotbar_selected_image("hud_hotbar_selected.png") - end - if minetest.setting_getbool("enable_damage") then --health health_hud[name] = player:hud_add({ |