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

37 lines
1.3 KiB
JSON

{
"credit": "Made with Blockbench",
"textures": {
"particle": "createaddition:block/alternator/alternator",
"main": "createaddition:block/alternator/alternator"
},
"elements": [
{
"name": "coil",
"from": [0, 0, 3],
"to": [16, 16, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
"faces": {
"north": {"uv": [8, 8, 16, 16], "texture": "#main"},
"east": {"uv": [1.5, 0, 6.5, 8], "rotation": 180, "texture": "#main", "cullface": "east"},
"south": {"uv": [8, 8, 16, 16], "texture": "#main"},
"west": {"uv": [1.5, 0, 6.5, 8], "texture": "#main"},
"up": {"uv": [1.5, 0, 6.5, 8], "rotation": 90, "texture": "#main", "cullface": "up"},
"down": {"uv": [1.5, 0, 6.5, 8], "rotation": 270, "texture": "#main", "cullface": "down"}
}
},
{
"name": "housing",
"from": [2, 2, 0],
"to": [14, 14, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
"faces": {
"north": {"uv": [9, 1, 15, 7], "texture": "#main", "cullface": "north"},
"east": {"uv": [9, 1, 16, 7], "texture": "#main"},
"south": {"uv": [1, 9, 7, 15], "texture": "#main"},
"west": {"uv": [8, 1, 15, 7], "texture": "#main"},
"up": {"uv": [9, 0, 15, 7], "texture": "#main"},
"down": {"uv": [9, 1, 15, 8], "texture": "#main"}
}
}
]
}