Improve folder structure

This commit is contained in:
Martin Prokoph
2024-12-03 00:09:25 +01:00
parent cac8521e45
commit 5b3b311ca2
79 changed files with 1371 additions and 7 deletions

View File

@@ -0,0 +1,40 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north"},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east"},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south"},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west"},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up"},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down"}
}
},
{
"from": [-7.98959, -6, 7.98959],
"to": [24.01041, 22, 7.98959],
"rotation": {"angle": 22.5, "axis": "y", "origin": [8.01041, 8, 7.98959]},
"faces": {
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
}
},
{
"from": [-6.5, -6, 3],
"to": [25.5, 22, 3],
"rotation": {"angle": -45, "axis": "y", "origin": [1, 0, 3]},
"faces": {
"north": {"uv": [0, 1, 16, 15], "texture": "#all"},
"south": {"uv": [0, 1, 16, 15], "texture": "#all"}
}
}
]
}