1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 07:26:04 +00:00
PixelPerfectionCE/assets/minecraft/blockstates/grass.json
2020-05-15 16:17:25 +02:00

9 lines
202 B
JSON

{
"variants": {
"": [
{ "model": "block/grass", "weight": 50 },
{ "model": "block/grass/1", "weight": 40 },
{ "model": "block/grass/2", "weight": 15 }
]
}
}