mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"textures": {
|
|
"particle": "block/brewing_stand",
|
|
"stand": "block/brewing_stand"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 8, 0, 8 ],
|
|
"to": [ 16, 16, 8 ],
|
|
"faces": {
|
|
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" },
|
|
"south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }
|
|
}
|
|
}
|
|
]
|
|
}
|