Aurora crystal

This commit is contained in:
paulevsGitch 2020-10-07 08:57:22 +03:00
parent 6ab57f3e4b
commit cc05c21f62
10 changed files with 154 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "betterend:block/aurora_crystal" }
}
}

View file

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

View file

@ -0,0 +1,21 @@
{
"parent": "block/block",
"textures": {
"particle": "#texture"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down", "tintindex": 0 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south", "tintindex": 0 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west", "tintindex": 0 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east", "tintindex": 0 }
}
}
]
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/aurora_crystal"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB