Added item texture and default block texture for molecular assembler (no "active" version yet).

This commit is contained in:
Sebastian Hartte 2016-08-27 14:18:47 +02:00
parent 974b910acc
commit 5465527ea0
5 changed files with 167 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:molecular_assembler" }
}
}

View File

@ -0,0 +1,143 @@
{
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:blocks/molecular_assembler",
"outside": "appliedenergistics2:blocks/molecular_assembler"
},
"elements": [
{
"name": "Shell",
"from": [0, 0, 0],
"to": [16, 16, 16],
"shade": false,
"faces": {
"down": { "texture": "#outside", "cullface": "down" },
"up": { "texture": "#outside", "cullface": "up" },
"north": { "texture": "#outside", "cullface": "north" },
"south": { "texture": "#outside", "cullface": "south" },
"west": { "texture": "#outside", "cullface": "west" },
"east": { "texture": "#outside", "cullface": "east" }
}
},
{
"name": "Beam Bottom North",
"from": [2, 0, 0],
"to": [14, 2, 2],
"shade": false,
"faces": {
"up": { "texture": "#outside" },
"south": { "texture": "#outside" }
}
},
{
"name": "Beam Bottom South",
"from": [2, 0, 14],
"to": [14, 2, 16],
"shade": false,
"faces": {
"up": { "texture": "#outside" },
"north": { "texture": "#outside" }
}
},
{
"name": "Beam Top North",
"from": [2, 14, 0],
"to": [14, 16, 2],
"shade": false,
"faces": {
"down": { "texture": "#outside" },
"south": { "texture": "#outside" }
}
},
{
"name": "Beam Top South",
"from": [2, 14, 14],
"to": [14, 16, 16],
"shade": false,
"faces": {
"down": { "texture": "#outside" },
"north": { "texture": "#outside" }
}
},
{
"name": "Beam Bottom West",
"from": [0, 0, 0],
"to": [2, 2, 16],
"shade": false,
"faces": {
"up": { "texture": "#outside" },
"east": { "texture": "#outside" }
}
},
{
"name": "Beam Bottom East",
"from": [14, 0, 0],
"to": [16, 2, 16],
"shade": false,
"faces": {
"up": { "texture": "#outside" },
"west": { "texture": "#outside" }
}
},
{
"name": "Beam Top West",
"from": [0, 14, 0],
"to": [2, 16, 16],
"shade": false,
"faces": {
"down": { "texture": "#outside" },
"east": { "texture": "#outside" }
}
},
{
"name": "Beam Top East",
"from": [14, 14, 0],
"to": [16, 16, 16],
"shade": false,
"faces": {
"down": { "texture": "#outside" },
"west": { "texture": "#outside" }
}
},
{
"name": "Strut North West",
"from": [0, 2, 0],
"to": [2, 14, 2],
"shade": false,
"faces": {
"south": { "texture": "#outside" },
"east": { "texture": "#outside" }
}
},
{
"name": "Strut South West",
"from": [0, 2, 14],
"to": [2, 14, 16],
"shade": false,
"faces": {
"north": { "texture": "#outside" },
"east": { "texture": "#outside" }
}
},
{
"name": "Strut North East",
"from": [14, 2, 0],
"to": [16, 14, 2],
"shade": false,
"faces": {
"south": { "texture": "#outside" },
"west": { "texture": "#outside" }
}
},
{
"name": "Strut South East",
"from": [14, 2, 14],
"to": [16, 14, 16],
"shade": false,
"faces": {
"north": { "texture": "#outside" },
"west": { "texture": "#outside" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

View File

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