mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
21 lines
533 B
JSON
21 lines
533 B
JSON
|
{
|
||
|
"textures": {
|
||
|
"particle": "block/brewing_stand",
|
||
|
"stand": "block/brewing_stand"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0, 8 ],
|
||
|
"to": [ 8, 16, 8 ],
|
||
|
"rotation": {
|
||
|
"origin": [ 8, 8, 8 ],
|
||
|
"axis": "y",
|
||
|
"angle": 45
|
||
|
},
|
||
|
"faces": {
|
||
|
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
|
||
|
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|