Remove hotbar support

This commit is contained in:
Wuzzy 2015-02-04 02:25:47 +01:00
parent f6d660d40f
commit 5f3d4b70c6
3 changed files with 0 additions and 6 deletions

View File

@ -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({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB