minecraft-assets/assets/minecraft/models/block/cocoa_stage2.json

30 lines
1002 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/cocoa_stage2",
"cocoa": "block/cocoa_stage2"
},
"elements": [
{
"from": [ 4, 3, 7 ],
"to": [ 12, 12, 15 ],
"faces": {
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#cocoa" },
"down": { "uv": [ 0, 0, 8, 8 ], "texture": "#cocoa" },
"north": { "uv": [ 8, 4, 16, 13 ], "texture": "#cocoa" },
"south": { "uv": [ 8, 4, 16, 13 ], "texture": "#cocoa" },
"west": { "uv": [ 8, 4, 16, 13 ], "texture": "#cocoa" },
"east": { "uv": [ 8, 4, 16, 13 ], "texture": "#cocoa" }
}
},
{
"from": [ 8, 12, 12 ],
"to": [ 8, 16, 16 ],
"faces": {
"east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" },
"west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }
}
}
]
}