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

21 lines
601 B
JSON

{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 0 ],
"to": [ 12, 12, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture", "cullface":"north" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}