mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-14 01:22:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"textures": {
|
|
"particle": "block/nether_portal",
|
|
"portal": "block/nether_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" }
|
|
}
|
|
}
|
|
]
|
|
}
|