BetterEnd/src/main/resources/assets/betterend/blockstates/cave_bush.json
2020-10-21 17:35:42 +03:00

10 lines
274 B
JSON

{
"variants": {
"": [
{ "model": "betterend:block/cave_bush_01", "weight": 4 },
{ "model": "betterend:block/cave_bush_02" },
{ "model": "betterend:block/cave_bush_03", "weight": 2 },
{ "model": "betterend:block/cave_bush_04", "weight": 2 }
]
}
}