Files
minecraft-assets/assets/minecraft/models/block/mushroom_stem.json
2018-01-13 19:20:05 +00:00

15 lines
323 B
JSON

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