Annihilation plane model.

This commit is contained in:
Sebastian Hartte 2016-08-27 10:05:05 +02:00
parent 686832ebf8
commit bff03d695b
7 changed files with 89 additions and 0 deletions

View File

@ -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" }
}
}
]
}

View File

@ -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" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

View File

@ -0,0 +1,23 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B