Files
minecraft-assets/assets/minecraft/blockstates/small_dripleaf.json
2021-03-10 17:02:25 +00:00

38 lines
760 B
JSON

{
"variants": {
"half=lower": [
{
"model": "minecraft:block/small_dripleaf_bottom"
},
{
"model": "minecraft:block/small_dripleaf_bottom",
"y": 90
},
{
"model": "minecraft:block/small_dripleaf_bottom",
"y": 180
},
{
"model": "minecraft:block/small_dripleaf_bottom",
"y": 270
}
],
"half=upper": [
{
"model": "minecraft:block/small_dripleaf_top"
},
{
"model": "minecraft:block/small_dripleaf_top",
"y": 90
},
{
"model": "minecraft:block/small_dripleaf_top",
"y": 180
},
{
"model": "minecraft:block/small_dripleaf_top",
"y": 270
}
]
}
}