minecraftjava/assets/models/default.json

55 lines
998 B
JSON
Raw Permalink Normal View History

2023-04-17 16:12:01 +00:00
{
"PX_POS":[
[0.5,0.5,0.5],
[0.5,-0.5,0.5],
[0.5,-0.5,-0.5],
[0.5,-0.5,-0.5],
[0.5,0.5,-0.5],
[0.5,0.5,0.5],
],
"NX_POS":[
[-0.5,0.5,-0.5],
[-0.5,-0.5,-0.5],
[-0.5,-0.5,0.5],
[-0.5,-0.5,0.5],
[-0.5,0.5,0.5],
[-0.5,0.5,-0.5],
],
"PY_POS":[
[0.5,0.5,-0.5],
[-0.5,0.5,-0.5],
[-0.5,0.5,0.5],
[-0.5,0.5,0.5],
[0.5,0.5,0.5],
[0.5,0.5,-0.5],
],
"NY_POS":[
[-0.5,-0.5,0.5],
[-0.5,-0.5,-0.5],
[0.5,-0.5,-0.5],
[0.5,-0.5,-0.5],
[0.5,-0.5,0.5],
[-0.5,-0.5,0.5],
],
"PZ_POS":[
[-0.5,0.5,0.5],
[-0.5,-0.5,0.5],
[0.5,-0.5,0.5],
[0.5,-0.5,0.5],
[0.5,0.5,0.5],
[-0.5,0.5,0.5],
],
"NZ_POS":[
[0.5,0.5,-0.5],
[0.5,-0.5,-0.5],
[-0.5,-0.5,-0.5],
[-0.5,-0.5,-0.5],
[-0.5,0.5,-0.5],
[0.5,0.5,-0.5],
]
}