Files
ThisRocks/src/main/resources/assets/rocks/models/block/seashell_pink.json
2024-07-24 10:49:06 +02:00

47 lines
1.5 KiB
JSON
Executable File

{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"0": "rocks:block/seashell",
"particle": "rocks:block/seashell"
},
"elements": [
{
"from": [7, 0.01, 7],
"to": [12, 0.99, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 15]},
"faces": {
"north": {"uv": [1, 11, 4, 12], "texture": "#0"},
"east": {"uv": [1, 6, 2, 12], "rotation": 90, "texture": "#0"},
"south": {"uv": [2, 6, 7, 7], "texture": "#0"},
"west": {"uv": [5, 6, 6, 12], "rotation": 90, "texture": "#0"},
"up": {"uv": [2, 6, 7, 12], "rotation": 180, "texture": "#0"},
"down": {"uv": [2, 6, 7, 12], "texture": "#0"}
}
},
{
"from": [14, 0, 11],
"to": [16, 1, 15],
"rotation": {"angle": 22.5, "axis": "y", "origin": [7, 8, 19]},
"faces": {
"north": {"uv": [1, 6, 3, 7], "texture": "#0"},
"east": {"uv": [1, 6, 2, 10], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 6, 2, 7], "texture": "#0"},
"up": {"uv": [1, 6, 3, 10], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 6, 2, 10], "texture": "#0"}
}
},
{
"from": [4, 0, 6],
"to": [6, 1, 10],
"rotation": {"angle": -22.5, "axis": "y", "origin": [0, 8, 14]},
"faces": {
"north": {"uv": [0, 6, 2, 7], "texture": "#0"},
"south": {"uv": [1, 6, 3, 7], "texture": "#0"},
"west": {"uv": [7, 6, 8, 10], "rotation": 90, "texture": "#0"},
"up": {"uv": [6, 6, 8, 10], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 6, 2, 10], "texture": "#0"}
}
}
]
}