First commit

This commit is contained in:
2024-03-07 14:10:21 +01:00
parent 175740e330
commit 42943d46e0
543 changed files with 56245 additions and 0 deletions

61
models/anvil.json Normal file
View File

@@ -0,0 +1,61 @@
{
"__comment": "Designed by Netquick with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "blocks/particle",
"texture": "blocks/texture"
},
"elements": [
{
"__comment": "Box1",
"from": [ 2, 0, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"north": { "uv": [ 2, 13, 14, 16 ], "texture": "#texture" },
"south": { "uv": [ 2, 13, 14, 16 ], "texture": "#texture" },
"west": { "uv": [ 2, 13, 14, 16 ], "texture": "#texture" },
"east": { "uv": [ 2, 13, 14, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box2",
"from": [ 3, 3, 3 ],
"to": [ 13, 3.5, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" },
"north": { "uv": [ 3, 12.5, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 3, 12.5, 13, 13 ], "texture": "#texture" },
"west": { "uv": [ 3, 12.5, 13, 13 ], "texture": "#texture" },
"east": { "uv": [ 3, 12.5, 13, 13 ], "texture": "#texture" }
}
},
{
"__comment": "Box3",
"from": [ 5, 3.5, 6 ],
"to": [ 11, 9, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" },
"up": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" },
"north": { "uv": [ 5, 7, 11, 12.5 ], "texture": "#texture" },
"south": { "uv": [ 5, 7, 11, 12.5 ], "texture": "#texture" },
"west": { "uv": [ 6, 7, 10, 12.5 ], "texture": "#texture" },
"east": { "uv": [ 6, 7, 10, 12.5 ], "texture": "#texture" }
}
},
{
"__comment": "Box4",
"from": [ 0, 9, 4 ],
"to": [ 16, 14, 12 ],
"faces": {
"down": { "uv": [ 0, 4, 16, 12 ], "texture": "#texture" },
"up": { "uv": [ 0, 4, 16, 12 ], "texture": "#texture" },
"north": { "uv": [ 0, 2, 16, 7 ], "texture": "#texture" },
"south": { "uv": [ 0, 2, 16, 7 ], "texture": "#texture" },
"west": { "uv": [ 4, 2, 12, 7 ], "texture": "#texture" },
"east": { "uv": [ 4, 2, 12, 7 ], "texture": "#texture" }
}
}
]
}