Rename textures that clash with MTG

cactus, hotbar, some wools
This commit is contained in:
Wuzzy 2019-02-04 12:21:58 +01:00
parent f23fa236dd
commit 4f2cd559da
11 changed files with 36 additions and 34 deletions

View file

@ -135,8 +135,8 @@ minetest.register_on_joinplayer(function(player)
--set hotbar size
player:hud_set_hotbar_itemcount(9)
--add hotbar images
player:hud_set_hotbar_image("gui_hotbar.png")
player:hud_set_hotbar_selected_image("gui_hotbar_selected.png")
player:hud_set_hotbar_image("mcl_inventory_hotbar.png")
player:hud_set_hotbar_selected_image("mcl_inventory_hotbar_selected.png")
if show_armor then
local set_player_armor_original = armor.set_player_armor

View file

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 358 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 231 B

Before After
Before After