Added cullface to drive cell models.

This commit is contained in:
yueh
2020-06-30 10:27:22 +02:00
parent eaf2873649
commit 003ef8672c
3 changed files with 28 additions and 30 deletions
@@ -0,0 +1,22 @@
{
"textures": {
"cell": "appliedenergistics2:block/drive/item_cell"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [9, 13, 1],
"to": [15, 15, 3],
"rotation": { "angle": 0, "axis": "y", "origin": [9, 8, 8] },
"faces": {
"north": {
"uv": [0, 2, 6, 4],
"texture": "#cell",
"cullface": "north"
},
"up": { "uv": [0, 0, 6, 2], "texture": "#cell", "cullface": "north" },
"down": { "uv": [0, 4, 6, 6], "texture": "#cell", "cullface": "north" }
}
}
]
}
@@ -1,18 +1,6 @@
{
"parent": "appliedenergistics2:block/drive/drive_cell",
"textures": {
"front": "appliedenergistics2:block/drive/fluid_cell"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [9, 13, 1],
"to": [15, 15, 3],
"rotation": { "angle": 0, "axis": "y", "origin": [9, 8, 8] },
"faces": {
"north": { "uv": [0, 2, 6, 4], "texture": "#front" },
"up": { "uv": [0, 0, 6, 2], "texture": "#front" },
"down": { "uv": [0, 4, 6, 6], "texture": "#front" }
}
}
]
"cell": "appliedenergistics2:block/drive/fluid_cell"
}
}
@@ -1,18 +1,6 @@
{
"parent": "appliedenergistics2:block/drive/drive_cell",
"textures": {
"front": "appliedenergistics2:block/drive/item_cell"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [9, 13, 1],
"to": [15, 15, 3],
"rotation": { "angle": 0, "axis": "y", "origin": [9, 8, 8] },
"faces": {
"north": { "uv": [0, 2, 6, 4], "texture": "#front" },
"up": { "uv": [0, 0, 6, 2], "texture": "#front" },
"down": { "uv": [0, 4, 6, 6], "texture": "#front" }
}
}
]
"cell": "appliedenergistics2:block/drive/item_cell"
}
}