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 00000000..2bc82672 --- /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 00000000..099d588f --- /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 00000000..95799d23 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/items/part/annihilation_plane.png differ 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 00000000..4dcf4d63 --- /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 00000000..f3ea5cee Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/parts/annihilation_plane_on.png differ 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 00000000..8b1f6f9f Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/parts/plane_sides.png differ 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 00000000..d0b4e2a8 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/parts/transition_plane_back.png differ