Files
BetterLeavesLite/assets/terrestria/blockstates/sakura_leaf_pile.json
Martin Prokoph f3d4bb69fc Add mod compatibility and edge-case handling
Why does every mod have to do things differently :((
2024-12-05 20:12:18 +01:00

21 lines
487 B
JSON

{
"variants": {
"": [
{
"model": "terrestria:block/sakura_leaf_pile"
},
{
"model": "terrestria:block/sakura_leaf_pile",
"y": 90
},
{
"model": "terrestria:block/sakura_leaf_pile",
"y": 180
},
{
"model": "terrestria:block/sakura_leaf_pile",
"y": 270
}
]
}
}