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/infested_stone_bricks.json
2020-05-15 16:17:25 +02:00

11 lines
331 B
JSON

{
"variants": {
"": [
{ "model": "block/stone_bricks", "weight": 30 },
{ "model": "block/stone_bricks/1", "weight": 15 },
{ "model": "block/stone_bricks/2", "weight": 15 },
{ "model": "block/stone_bricks/3", "weight": 10 },
{ "model": "block/stone_bricks/4", "weight": 10 }
]
}
}