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

15 lines
331 B
JSON

{
"textures": {
"texture": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 0 ],
"faces": {
"north": { "texture": "#texture", "cullface":"north" }
}
}
]
}