Files
ThisRocks/src/main/resources/assets/rocks/models/block/large_rock.json
Motschen 2e8f562270 This Rocks 1.4.0 - 1.17 and QOL
- Update to 1.17-pre1 and Java 16
- Make starfish items contain variations
- Fix bugs
2021-05-30 13:07:44 +02:00

50 lines
1.5 KiB
JSON
Executable File

{
"credit": "made by Motschen",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"0": "block/stone",
"particle": "block/stone"
},
"elements": [
{
"from": [1, 0, 5],
"to": [13, 3, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 10]},
"faces": {
"north": {"uv": [0, 0, 12, 3], "texture": "#0"},
"east": {"uv": [0, 0, 7, 3], "texture": "#0"},
"south": {"uv": [0, 0, 12, 3], "texture": "#0"},
"west": {"uv": [0, 0, 7, 3], "texture": "#0"},
"up": {"uv": [0, 0, 12, 7], "texture": "#0"},
"down": {"uv": [0, 0, 12, 7], "texture": "#0"}
}
},
{
"from": [2, 3, 7],
"to": [9, 4, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 14]},
"faces": {
"north": {"uv": [0, 0, 7, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 7, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [0, 0, 7, 4], "texture": "#0"},
"down": {"uv": [0, 0, 7, 4], "texture": "#0"}
}
},
{
"from": [4, 0, 3],
"to": [12, 1, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [11, 8, 10]},
"faces": {
"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
"east": {"uv": [0, 0, 10, 1], "texture": "#0"},
"south": {"uv": [0, 0, 8, 1], "texture": "#0"},
"west": {"uv": [0, 0, 10, 1], "texture": "#0"},
"up": {"uv": [0, 0, 8, 10], "texture": "#0"},
"down": {"uv": [0, 0, 8, 10], "texture": "#0"}
}
}
]
}