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

10 lines
273 B
JSON

{
"variants": {
"": [
{ "model": "block/sand", "weight": 240 },
{ "model": "block/sand/1", "weight": 180 },
{ "model": "block/sand/2", "weight": 10 },
{ "model": "block/sand/3", "weight": 200 }
]
}
}