[nalc_default] Personnalisation de la texture de la barre d'items

Repris de la version MFF
This commit is contained in:
sys4-fr
2018-12-31 18:00:25 +01:00
parent 371fe17e81
commit a6be114fd3
3 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,12 @@ dofile(modpath.."/crafting.lua")
-- Overrides
dofile(modpath.."/overrides.lua")
-- Hotbar texture
minetest.register_on_joinplayer(
function(player)
player:hud_set_hotbar_image("hud_hotbar.png")
player:hud_set_hotbar_selected_image("hud_hotbar_selected.png")
end
)
minetest.log("action", "[nalc_default] loaded.")