Add end portal frame (nodes only)

This commit is contained in:
Wuzzy 2017-09-02 15:49:41 +02:00
parent e31bce1ff9
commit 86c8387f19
6 changed files with 55 additions and 1 deletions

View file

@ -858,3 +858,6 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt
/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,,,,,,
/assets/minecraft/textures/blocks,endframe_top.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_top.png,,,,,,
/assets/minecraft/textures/blocks,endframe_side.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_side.png,,,,,,
/assets/minecraft/textures/blocks,endframe_eye.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_eye.png,,,,,,

1 Source path Source file Target path Target file xs ys xl yl xt yt
858 /assets/minecraft/textures/entity/chest normal.png /mods/ITEMS/mcl_chests/textures mcl_chests_normal.png
859 /assets/minecraft/textures/entity/chest normal_double.png /mods/ITEMS/mcl_chests/textures mcl_chests_normal_double.png
860 /assets/minecraft/textures/entity/chest ender.png /mods/ITEMS/mcl_chests/textures mcl_chests_ender.png
861 /assets/minecraft/textures/blocks endframe_top.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_top.png
862 /assets/minecraft/textures/blocks endframe_side.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_side.png
863 /assets/minecraft/textures/blocks endframe_eye.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_eye.png