Add chest entity textures

This commit is contained in:
Wuzzy 2017-08-28 14:15:25 +02:00
parent cc572f9eee
commit 840fe1fd35
4 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -846,3 +846,6 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt
/assets/minecraft/textures/blocks,portal.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_portal.png,,,,,,
/assets/minecraft/textures/entity,end_portal.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_end_portal.png,,,,,,
/assets/minecraft/textures/environment,end_sky.png,/mods/PLAYER/mcl_playerplus/textures,mcl_playerplus_end_sky.png,,,,,,
/assets/minecraft/textures/entity/chest,normal.png,/mods/ITEMS/mcl_chests/textures,mcl_chests_normal.png,,,,,,
/assets/minecraft/textures/entity/chest,normal_double.png,/mods/ITEMS/mcl_chests/textures,mcl_chests_normal_double.png,,,,,,
/assets/minecraft/textures/entity/chest,ender.png,/mods/ITEMS/mcl_chests/textures,mcl_chests_ender.png,,,,,,

1 Source path Source file Target path Target file xs ys xl yl xt yt
846 /assets/minecraft/textures/blocks portal.png /mods/ITEMS/mcl_portals/textures mcl_portals_portal.png
847 /assets/minecraft/textures/entity end_portal.png /mods/ITEMS/mcl_portals/textures mcl_portals_end_portal.png
848 /assets/minecraft/textures/environment end_sky.png /mods/PLAYER/mcl_playerplus/textures mcl_playerplus_end_sky.png
849 /assets/minecraft/textures/entity/chest normal.png /mods/ITEMS/mcl_chests/textures mcl_chests_normal.png
850 /assets/minecraft/textures/entity/chest normal_double.png /mods/ITEMS/mcl_chests/textures mcl_chests_normal_double.png
851 /assets/minecraft/textures/entity/chest ender.png /mods/ITEMS/mcl_chests/textures mcl_chests_ender.png