Fix broken zombie villager texture conversion

This commit is contained in:
Wuzzy 2018-05-30 18:55:37 +02:00
parent 050987bead
commit 293caa511f
1 changed files with 3 additions and 3 deletions

View File

@ -766,11 +766,11 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
/assets/minecraft/textures/entity/zombie_villager,zombie_butcher.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_butcher.png,,,,,,,
/assets/minecraft/textures/entity/zombie_villager,zombie_farmer.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_farmer.png,,,,,,,
/assets/minecraft/textures/entity/zombie_villager,zombie_librarian.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_librarian.png,,,,,,,
/assets/minecraft/textures/entity,zombie_pigman.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_pigman.png,,,,,,,
/assets/minecraft/textures/entity/zombie,zombie.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie.png,,,,,,,
/assets/minecraft/textures/entity/zombie_villager,zombie_priest.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_priest.png,,,,,,,
/assets/minecraft/textures/entity/zombie_villager,zombie_smith.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_smith.png,,,,,,,
/assets/minecraft/textures/entity/zombie,zombie_villager.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_villager.png,,,,,,,
/assets/minecraft/textures/entity/zombie_villager,zombie_villager.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_villager.png,,,,,,,
/assets/minecraft/textures/entity,zombie_pigman.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie_pigman.png,,,,,,,
/assets/minecraft/textures/entity/zombie,zombie.png,/mods/ENTITIES/mobs_mc/textures,mobs_mc_zombie.png,,,,,,,
/assets/minecraft/textures/gui,icons.png,/mods/PLAYER/mcl_hunger/textures,hbhunger_bgicon.png,16,27,9,9,0,0,y
/assets/minecraft/textures/gui,icons.png,/mods/PLAYER/mcl_hunger/textures,hbhunger_icon_health_poison.png,88,0,9,9,0,0,y
/assets/minecraft/textures/gui,icons.png,/mods/PLAYER/mcl_hunger/textures,hbhunger_icon.png,52,27,9,9,0,0,y

1 Source path Source file Target path Target file xs ys xl yl xt yt Blacklisted?
766 /assets/minecraft/textures/entity/zombie_villager zombie_butcher.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_butcher.png
767 /assets/minecraft/textures/entity/zombie_villager zombie_farmer.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_farmer.png
768 /assets/minecraft/textures/entity/zombie_villager zombie_librarian.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_librarian.png
/assets/minecraft/textures/entity zombie_pigman.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_pigman.png
/assets/minecraft/textures/entity/zombie zombie.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie.png
769 /assets/minecraft/textures/entity/zombie_villager zombie_priest.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_priest.png
770 /assets/minecraft/textures/entity/zombie_villager zombie_smith.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_smith.png
771 /assets/minecraft/textures/entity/zombie /assets/minecraft/textures/entity/zombie_villager zombie_villager.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_villager.png
772 /assets/minecraft/textures/entity zombie_pigman.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie_pigman.png
773 /assets/minecraft/textures/entity/zombie zombie.png /mods/ENTITIES/mobs_mc/textures mobs_mc_zombie.png
774 /assets/minecraft/textures/gui icons.png /mods/PLAYER/mcl_hunger/textures hbhunger_bgicon.png 16 27 9 9 0 0 y
775 /assets/minecraft/textures/gui icons.png /mods/PLAYER/mcl_hunger/textures hbhunger_icon_health_poison.png 88 0 9 9 0 0 y
776 /assets/minecraft/textures/gui icons.png /mods/PLAYER/mcl_hunger/textures hbhunger_icon.png 52 27 9 9 0 0 y