LTDV10/packet/kubejs/assets/ae2/models/block/drive/drive_cell.json
2026-04-14 18:20:56 +08:00

26 lines
662 B
JSON

{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"textures": {
"particle": "ae2:block/drive/drive_cells",
"cell": "ae2:block/drive/drive_cells"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [0, 0, 0],
"to": [6, 2, 2],
"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" }
}
}
]
}