minecraftjava/assets/models/cactus.json
2023-04-17 12:12:01 -04:00

55 lines
998 B
JSON
Executable file

{
"PX_POS":[
[0.4,0.5,0.4],
[0.4,-0.5,0.4],
[0.4,-0.5,-0.4],
[0.4,-0.5,-0.4],
[0.4,0.5,-0.4],
[0.4,0.5,0.4],
],
"NX_POS":[
[-0.4,0.5,-0.4],
[-0.4,-0.5,-0.4],
[-0.4,-0.5,0.4],
[-0.4,-0.5,0.4],
[-0.4,0.5,0.4],
[-0.4,0.5,-0.4],
],
"PY_POS":[
[0.4,0.5,-0.4],
[-0.4,0.5,-0.4],
[-0.4,0.5,0.4],
[-0.4,0.5,0.4],
[0.4,0.5,0.4],
[0.4,0.5,-0.4],
],
"NY_POS":[
[-0.4,-0.5,0.4],
[-0.4,-0.5,-0.4],
[0.4,-0.5,-0.4],
[0.4,-0.5,-0.4],
[0.4,-0.5,0.4],
[-0.4,-0.5,0.4],
],
"PZ_POS":[
[-0.4,0.5,0.4],
[-0.4,-0.5,0.4],
[0.4,-0.5,0.4],
[0.4,-0.5,0.4],
[0.4,0.5,0.4],
[-0.4,0.5,0.4],
],
"NZ_POS":[
[0.4,0.5,-0.4],
[0.4,-0.5,-0.4],
[-0.4,-0.5,-0.4],
[-0.4,-0.5,-0.4],
[-0.4,0.5,-0.4],
[0.4,0.5,-0.4],
]
}