Create/src/main/resources/assets/create/models/block/gauge/base_wall.json
simibubi 2201d87da7 Asset patches
- Fixed uvs on stress- and speedometers' block models
- Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1
2023-11-02 15:30:32 +01:00

36 lines
1.1 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"2": "create:block/gauge",
"particle": "create:block/gauge"
},
"elements": [
{
"name": "GaugeBody",
"from": [2, 1.95, 0.95],
"to": [14, 14.05, 15.05],
"faces": {
"north": {"uv": [0, 10, 6, 16], "texture": "#2"},
"east": {"uv": [9, 10, 16, 16], "texture": "#2"},
"south": {"uv": [0, 10, 6, 16], "texture": "#2"},
"west": {"uv": [9, 10, 16, 16], "texture": "#2"},
"up": {"uv": [9, 10, 16, 16], "rotation": 90, "texture": "#2"},
"down": {"uv": [9, 10, 16, 16], "rotation": 270, "texture": "#2"}
}
},
{
"name": "GuageBase",
"from": [0, 1, 0],
"to": [2, 15, 16],
"faces": {
"north": {"uv": [0.5, 9, 7.5, 10], "rotation": 270, "texture": "#2"},
"east": {"uv": [0, 0, 8, 7], "texture": "#2"},
"south": {"uv": [0.5, 9, 7.5, 10], "rotation": 90, "texture": "#2"},
"west": {"uv": [0, 0, 8, 7], "texture": "#2"},
"up": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"},
"down": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"}
}
}
]
}