Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- minetest.register_on_joinplayer(function(player)
- player:hud_set_flags({hotbar=false})
- player:hud_add({
- name = "hotbar",
- hud_elem_type = "inventory",
- position = {x=1, y=1.0},
- scale = {x=9, y=1},
- number = 9,
- item = 1,
- direction = 0,
- alignment = {x=0, y=-1},
- })
- end
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement