Small fixes

This commit is contained in:
paulevsGitch 2021-03-18 01:42:11 +03:00
parent a89b2d7d18
commit abefc062ee
9 changed files with 25 additions and 26 deletions

View file

@ -8,8 +8,8 @@
"from": [ 0, 0, 6 ],
"to": [ 16, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal", "tintindex": 0 }
}
}
]

View file

@ -1,16 +0,0 @@
{
"textures": {
"particle": "betterend:block/end_portal",
"portal": "betterend:block/end_portal"
},
"elements": [
{
"from": [ 6, 0, 0 ],
"to": [ 10, 16, 16 ],
"faces": {
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }
}
}
]
}

View file

@ -0,0 +1,16 @@
{
"textures": {
"particle": "betterend:block/end_portal_grey",
"portal": "betterend:block/end_portal_grey"
},
"elements": [
{
"from": [ 0, 0, 6 ],
"to": [ 16, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal", "tintindex": 0 }
}
}
]
}