Files
ThisRocks/src/main/resources/assets/rocks/models/block/large_stick.json
Martin Prokoph f00ac39b79 Port to 1.21.4 and more datagen
- Polymer mode is currently still broken
2024-12-30 22:32:35 +01:00

49 lines
1.5 KiB
JSON
Executable File

{
"credit": "made by Motschen",
"ambientocclusion": false,
"textures": {
"0": "block/oak_log",
"particle": "#0"
},
"elements": [
{
"from": [8, 0.01, 7],
"to": [20, 1.01, 9],
"rotation": {"angle": -45, "axis": "y", "origin": [12, 8, 0]},
"faces": {
"north": {"uv": [0, 0, 12, 1], "texture": "#0"},
"east": {"uv": [0, 0, 2, 1], "texture": "#0"},
"south": {"uv": [0, 0, 12, 1], "texture": "#0"},
"west": {"uv": [0, 0, 2, 1], "texture": "#0"},
"up": {"uv": [0, 4, 12, 6], "rotation": 180, "texture": "#0"},
"down": {"uv": [0, 0, 12, 2], "rotation": 180, "texture": "#0"}
}
},
{
"from": [10, 0, 3],
"to": [11, 1, 6],
"rotation": {"angle": -22.5, "axis": "y", "origin": [3, 8, 8]},
"faces": {
"north": {"uv": [0, 4, 1, 5], "texture": "#0"},
"east": {"uv": [0, 4, 3, 5], "texture": "#0"},
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
"west": {"uv": [0, 4, 3, 5], "texture": "#0"},
"up": {"uv": [0, 1, 3, 2], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 3, 3, 4], "rotation": 270, "texture": "#0"}
}
},
{
"from": [4, 0, 2],
"to": [5, 1, 5],
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3, 8, 7]},
"faces": {
"north": {"uv": [0, 4, 1, 5], "texture": "#0"},
"east": {"uv": [0, 4, 3, 5], "texture": "#0"},
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
"west": {"uv": [0, 4, 3, 5], "texture": "#0"},
"up": {"uv": [0, 1, 3, 2], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 3, 3, 4], "rotation": 270, "texture": "#0"}
}
}
]
}