Merge branch 'main' of github.com-rollerozxa:minecraftnt-minetest/minecraftnt

master
ROllerozxa 2021-04-22 22:10:53 +02:00
commit 2e48485d54
5 changed files with 7 additions and 0 deletions

View File

@ -24,4 +24,11 @@ minetest.register_on_placenode(function(pos, newnode, placer, oldnode, itemstack
if placer and placer:is_player() then
return minetest.is_creative_enabled(placer:get_player_name())
end
end)
-- Hotbar texture
minetest.register_on_joinplayer(function(player)
player:hud_set_hotbar_image("gui_hotbar.png")
player:hud_set_hotbar_selected_image("gui_hotbar_selected.png")
end)

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B