From bff03d695b52d18883bd0782e0217eea43eac37d Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sat, 27 Aug 2016 10:05:05 +0200 Subject: [PATCH] Annihilation plane model. --- .../models/item/part/annihilation_plane.json | 34 ++++++++++++++++++ .../models/part/annihilation_plane.json | 32 +++++++++++++++++ .../items/part/annihilation_plane.png | Bin 0 -> 410 bytes .../parts/annihilation_plane_on.mcmeta | 23 ++++++++++++ .../textures/parts/annihilation_plane_on.png | Bin 0 -> 345 bytes .../textures/parts/plane_sides.png | Bin 0 -> 229 bytes .../textures/parts/transition_plane_back.png | Bin 0 -> 338 bytes 7 files changed, 89 insertions(+) create mode 100644 src/main/resources/assets/appliedenergistics2/models/item/part/annihilation_plane.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/part/annihilation_plane.json create mode 100644 src/main/resources/assets/appliedenergistics2/textures/items/part/annihilation_plane.png create mode 100644 src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.mcmeta create mode 100644 src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.png create mode 100644 src/main/resources/assets/appliedenergistics2/textures/parts/plane_sides.png create mode 100644 src/main/resources/assets/appliedenergistics2/textures/parts/transition_plane_back.png diff --git a/src/main/resources/assets/appliedenergistics2/models/item/part/annihilation_plane.json b/src/main/resources/assets/appliedenergistics2/models/item/part/annihilation_plane.json new file mode 100644 index 000000000..2bc82672c --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/item/part/annihilation_plane.json @@ -0,0 +1,34 @@ +{ + "parent": "appliedenergistics2:item/part/part", + "textures": { + "sides": "appliedenergistics2:parts/plane_sides", + "plane": "appliedenergistics2:items/part/annihilation_plane" + }, + "elements": [ + { + "name": "Front", + "from": [ 1, 1, 8 ], + "to": [ 15, 15, 9 ], + "faces": { + "north": { "texture": "plane" }, + "south": { "texture": "sides" }, + "east": { "texture": "sides" }, + "west": { "texture": "sides" }, + "up": { "texture": "sides" }, + "down": { "texture": "sides" } + } + }, + { + "name": "Back", + "from": [ 5, 5, 9 ], + "to": [ 11, 11, 10 ], + "faces": { + "east": { "texture": "sides" }, + "south": { "texture": "sides" }, + "west": { "texture": "sides" }, + "up": { "texture": "sides" }, + "down": { "texture": "sides" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/part/annihilation_plane.json b/src/main/resources/assets/appliedenergistics2/models/part/annihilation_plane.json new file mode 100644 index 000000000..099d588f3 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/part/annihilation_plane.json @@ -0,0 +1,32 @@ +{ + "textures": { + "sides": "appliedenergistics2:parts/plane_sides", + "plane": "appliedenergistics2:items/part/annihilation_plane" + }, + "elements": [ + { + "from": [ 1, 1, 0 ], + "to": [ 15, 15, 1 ], + "faces": { + "north": { "texture": "plane" }, + "east": { "texture": "sides" }, + "south": { "texture": "sides" }, + "west": { "texture": "sides" }, + "up": { "texture": "sides" }, + "down": { "texture": "sides" } + } + }, + { + "from": [ 5, 5, 1 ], + "to": [ 11, 11, 2 ], + "faces": { + "north": { "texture": "plane" }, + "east": { "texture": "sides" }, + "south": { "texture": "sides" }, + "west": { "texture": "sides" }, + "up": { "texture": "sides" }, + "down": { "texture": "sides" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/textures/items/part/annihilation_plane.png b/src/main/resources/assets/appliedenergistics2/textures/items/part/annihilation_plane.png new file mode 100644 index 0000000000000000000000000000000000000000..95799d238e210fa735ef6f1de3c848b6dc3b4da1 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=PZ!4!3;*2U(|pYaJgYM-4IHEkX8!p9|II6@$y?qe z==wdj@euo#dCqW|^kIR|AvKCEr>=jEtu^d>^11BzA-;JA6KZC~OyTsMh?Aso|+RSl;L#(~wYOtMnAEQQF*(Ht@huF_&M(<|ezPX)a#Ugk6 z^-&^wPAu+o_!QsK|B|(9q3tf+9exL@7m9OsTbz>IHgpl z;eOjWnF;I56c)~T@XPpOy6b_`Z!ey_I&kaFcmDX_)3;qr^7+YLB+Tcfb9|{K0|Ntt Mr>mdKI;Vst00}IpNdN!< literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.mcmeta new file mode 100644 index 000000000..4dcf4d630 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.mcmeta @@ -0,0 +1,23 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.png b/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ea5ceeb6034bb886d73c9b46f228a3a10b6b2f GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}WH6V_;y|74*%Ifq{V~-O<;Pfnj4m_n$;o z1_lPs0*}aI1_r)EAj~ML;nl#vz#vuP8c`CQpH@&d(|^zuW!=v z_SB5kdLFYaSDT56=`(|JvYxnrzzp^u|30rc|MB&wZ|!?oSUePLE=XMdcQ}rTNku^J zMbFBA8>TlfaJI15^{lMQR8w$Zdf3=(_?B-KSZP6$&)LK7V5Jt8%bqPfV9UtJ#TO%S z`CouT1Ir<1@#7)#92^rIDjxJ3?u`d)`S5(kJbN(9z(9>rj)}>piMe?@_k;!pUxuEZ ioiPp$2|^0fr4x89KF;}lLyLidfx*+&&t;ucLK6TqCvw36 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/appliedenergistics2/textures/parts/plane_sides.png b/src/main/resources/assets/appliedenergistics2/textures/parts/plane_sides.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1f6f9f359d80e876a2f8d33e9d2fca3d980139 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/appliedenergistics2/textures/parts/transition_plane_back.png b/src/main/resources/assets/appliedenergistics2/textures/parts/transition_plane_back.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b4e2a8271b061ce45a3f0ed3db684e1dabc214 GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J3L zx;Tbd_|KhW$k(92IqN(DL-r-J+5Ewun0N)br)(7XQ}Bi3|q>)LY^fiN&j=V@n+rw z#*EWT8s2Qp$WXd)c7<00^DNFP_XF{qPZD3UyZ!Y{V9vV4_~WtupNT91;w-va9ADNb mt#~t2%+{PyvG(0%))O~AF#LQUDapXVz~JfX=d#Wzp$P!74|Hb$ literal 0 HcmV?d00001