mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-14 09:32:43 +00:00
27 lines
1 KiB
JSON
27 lines
1 KiB
JSON
|
{
|
||
|
"parent": "block/cube",
|
||
|
"textures": {
|
||
|
"particle": "#pattern"
|
||
|
},
|
||
|
"display": {
|
||
|
"firstperson_righthand": {
|
||
|
"rotation": [ 0, 135, 0 ],
|
||
|
"translation": [ 0, 0, 0 ],
|
||
|
"scale": [ 0.40, 0.40, 0.40 ]
|
||
|
}
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0, 0 ],
|
||
|
"to": [ 16, 16, 16 ],
|
||
|
"faces": {
|
||
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" },
|
||
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" },
|
||
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 },
|
||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 },
|
||
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 },
|
||
|
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|