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

123 lines
4.4 KiB
JSON

{
"format_version": "1.21.6",
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"inside": "ae2:block/drive/drive_inside",
"particle": "ae2:block/drive/drive_side",
"side": "ae2:block/drive/drive_side",
"bottom": "ae2:block/drive/drive_bottom",
"top": "ae2:block/drive/drive_top",
"front": "ae2:block/drive/drive_front"
},
"elements": [
{
"name": "Right Side Panel",
"from": [0, 1, 0],
"to": [1, 15, 16],
"faces": {
"north": {"uv": [15, 1, 16, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 1, 16, 15], "rotation": 180, "texture": "#inside", "cullface": "north"},
"south": {"uv": [0, 1, 1, 15], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "west"}
}
},
{
"name": "Left Side Panel",
"from": [15, 1, 0],
"to": [16, 15, 16],
"faces": {
"north": {"uv": [0, 1, 1, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "east"},
"south": {"uv": [15, 1, 16, 15], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 1, 16, 15], "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Back Panel",
"from": [1, 1, 7],
"to": [15, 15, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]},
"faces": {
"north": {"uv": [1, 1, 15, 15], "texture": "#inside"},
"south": {"uv": [1, 1, 15, 15], "texture": "#side", "cullface": "south"}
}
},
{
"name": "Bottom Panel",
"from": [0, 0, 0],
"to": [16, 1, 16],
"faces": {
"north": {"uv": [0, 15, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#inside", "cullface": "north"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"name": "Top Panel",
"from": [0, 15, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Middle Strut",
"from": [7, 1, 1],
"to": [9, 15, 7],
"faces": {
"north": {"uv": [7, 1, 9, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [1, 1, 7, 15], "rotation": 180, "texture": "#inside", "cullface": "north"},
"west": {"uv": [1, 1, 7, 15], "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Separator",
"from": [1, 3, 2],
"to": [15, 4, 7],
"faces": {
"north": {"uv": [1, 12, 15, 13], "texture": "#front", "cullface": "north"},
"up": {"uv": [2, 1, 7, 15], "rotation": 90, "texture": "#inside", "cullface": "north"},
"down": {"uv": [2, 1, 7, 15], "rotation": 270, "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Separator",
"from": [1, 6, 2],
"to": [15, 7, 7],
"faces": {
"north": {"uv": [1, 9, 15, 10], "texture": "#front", "cullface": "north"},
"up": {"uv": [2, 1, 7, 15], "rotation": 90, "texture": "#inside", "cullface": "north"},
"down": {"uv": [2, 1, 7, 15], "rotation": 270, "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Separator",
"from": [1, 9, 2],
"to": [15, 10, 7],
"faces": {
"north": {"uv": [1, 6, 15, 7], "texture": "#front", "cullface": "north"},
"up": {"uv": [2, 1, 7, 15], "rotation": 90, "texture": "#inside", "cullface": "north"},
"down": {"uv": [2, 1, 7, 15], "rotation": 270, "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Separator",
"from": [1, 12, 2],
"to": [15, 13, 7],
"faces": {
"north": {"uv": [1, 3, 15, 4], "texture": "#front", "cullface": "north"},
"up": {"uv": [2, 1, 7, 15], "rotation": 90, "texture": "#inside", "cullface": "north"},
"down": {"uv": [2, 1, 7, 15], "rotation": 270, "texture": "#inside", "cullface": "north"}
}
}
]
}