mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-03 00:40:27 +02:00
Some fixes to item_names and waypoints.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
-- code based on 4itemnames mod by 4aiman
|
||||
|
||||
local wield = {}
|
||||
local huds = {}
|
||||
local dtimes = {}
|
||||
@ -27,7 +29,7 @@ minetest.register_on_joinplayer(function(player)
|
||||
number = 0xFFFFFF ,
|
||||
text = "",
|
||||
})
|
||||
print(dump("item hud id: "..huds[player_name]))
|
||||
--print(dump("item hud id: "..huds[player_name]))
|
||||
end)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user