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

16 lines
534 B
JSON

{
"variants": {
"age=0": { "model": "block/wheat_stage0" },
"age=1": { "model": "block/wheat_stage1" },
"age=2": { "model": "block/wheat_stage2" },
"age=3": { "model": "block/wheat_stage3" },
"age=4": { "model": "block/wheat_stage4" },
"age=5": { "model": "block/wheat_stage5" },
"age=6": { "model": "block/wheat_stage6" },
"age=7": [
{ "model": "block/wheat_stage7" },
{ "model": "block/wheat/1" },
{ "model": "block/wheat/2" }
]
}
}