Charnia prototype

This commit is contained in:
paulevsGitch 2020-12-06 14:11:29 +03:00
parent 1195ca4cd3
commit 79d7a75687
16 changed files with 164 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/charnia_orange" },
{ "model": "betterend:block/charnia_orange", "y": 90 },
{ "model": "betterend:block/charnia_orange", "y": 180 },
{ "model": "betterend:block/charnia_orange", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/charnia_purple" },
{ "model": "betterend:block/charnia_purple", "y": 90 },
{ "model": "betterend:block/charnia_purple", "y": 180 },
{ "model": "betterend:block/charnia_purple", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/charnia_red" },
{ "model": "betterend:block/charnia_red", "y": 90 },
{ "model": "betterend:block/charnia_red", "y": 180 },
{ "model": "betterend:block/charnia_red", "y": 270 }
]
}
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

@ -0,0 +1,87 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneX1",
"from": [ 2.5, 0, 2.5 ],
"to": [ 2.501, 16, 7.5 ],
"rotation": { "origin": [ 2.5, 0, 2.5 ], "axis": "y", "angle": 22.5 },
"faces": {
"west": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 13, 0, 1 ],
"to": [ 13.001, 16, 6 ],
"rotation": { "origin": [ 13, 0, 1 ], "axis": "y", "angle": -45 },
"faces": {
"west": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 14, 0, 11 ],
"to": [ 14.001, 16, 16 ],
"rotation": { "origin": [ 14, 0, 11 ], "axis": "y", "angle": -45 },
"faces": {
"west": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 5, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 4.5, 0, 8 ],
"to": [ 4.501, 16, 13 ],
"rotation": { "origin": [ 4.5, 0, 8 ], "axis": "y", "angle": 45 },
"faces": {
"west": { "uv": [ 5, 0, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 5, 0, 10, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 9, 0, 4.5 ],
"to": [ 9.001, 16, 9.5 ],
"faces": {
"west": { "uv": [ 5, 0, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 5, 0, 10, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 3.5, 0, 1 ],
"to": [ 8.5, 16, 1.001 ],
"rotation": { "origin": [ 8.5, 0, 1 ], "axis": "y", "angle": 22.5 },
"faces": {
"north": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" },
"south": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 14.999, 0, 2.5 ],
"to": [ 15, 16, 7.5 ],
"rotation": { "origin": [ 15, 0, 7.5 ], "axis": "y", "angle": 22.5 },
"faces": {
"west": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" },
"east": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 4.999, 0, 9.5 ],
"to": [ 5, 16, 14.5 ],
"rotation": { "origin": [ 5, 0, 14.5 ], "axis": "y", "angle": 45 },
"faces": {
"west": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" },
"east": { "uv": [ 10, 0, 15, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/charnia",
"textures": {
"texture": "betterend:block/charnia_orange"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/charnia",
"textures": {
"texture": "betterend:block/charnia_purple"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/charnia",
"textures": {
"texture": "betterend:block/charnia_red"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB