Files
Technic-Server-1.20.1/overrides/resourcepacks/CABIN/assets/thermal/models/block/machine_press.json
Jacob Vinding c4ad0f3e2e Added mod files
2025-12-26 21:38:55 +01:00

73 lines
2.0 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "create:block/brass_casing",
"2": "thermal:block/trading_machine_side",
"3": "thermal:block/trading_machine_front",
"particle": "thermal:block/trading_machine_side"
},
"elements": [
{
"from": [0, 2, 1],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [0, 2, 16, 14], "texture": "#3"},
"east": {"uv": [0, 2, 15, 14], "texture": "#2"},
"south": {"uv": [0, 2, 16, 14], "texture": "#2"},
"west": {"uv": [1, 2, 16, 14], "texture": "#2"}
}
},
{
"from": [0, 2, 0],
"to": [2, 14, 1],
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#3"},
"east": {"uv": [13, 2, 14, 14], "texture": "#2"},
"west": {"uv": [0, 2, 1, 14], "texture": "#2"}
}
},
{
"from": [2, 7, 0],
"to": [14, 14, 1],
"faces": {
"north": {"uv": [2, 2, 14, 9], "texture": "#3"},
"east": {"uv": [13, 2, 14, 14], "texture": "#2"},
"west": {"uv": [2, 2, 3, 14], "texture": "#2"}
}
},
{
"from": [14, 2, 0],
"to": [16, 14, 1],
"faces": {
"north": {"uv": [0, 2, 2, 14], "texture": "#3"},
"east": {"uv": [15, 2, 16, 14], "texture": "#2"},
"west": {"uv": [2, 2, 3, 14], "texture": "#2"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#2"},
"east": {"uv": [0, 14, 16, 16], "texture": "#2"},
"south": {"uv": [0, 14, 16, 16], "texture": "#2"},
"west": {"uv": [0, 14, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [0, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#2"},
"east": {"uv": [0, 0, 16, 2], "texture": "#2"},
"south": {"uv": [0, 0, 16, 2], "texture": "#2"},
"west": {"uv": [0, 0, 16, 2], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
]
}