Files
BetterLeavesLite/assets/twilightforest/blockstates/fallen_leaves.json
2025-03-13 22:37:51 +01:00

21 lines
491 B
JSON

{
"variants": {
"": [
{
"model": "twilightforest:block/fallen_leaves"
},
{
"model": "twilightforest:block/fallen_leaves",
"y": 90
},
{
"model": "twilightforest:block/fallen_leaves",
"y": 180
},
{
"model": "twilightforest:block/fallen_leaves",
"y": 270
}
]
}
}