First release

Yay!
This commit is contained in:
Motschen
2020-10-29 13:47:16 +01:00
parent 4da8817481
commit 83279cc769
111 changed files with 3279 additions and 2 deletions

View File

@@ -0,0 +1,50 @@
{
"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"}
}
}
]
}