minecraft-assets/assets/minecraft/blockstates/wheat.json

28 lines
566 B
JSON
Raw Normal View History

{
2020-06-23 09:13:26 -04:00
"variants": {
"age=0": {
"model": "minecraft:block/wheat_stage0"
},
"age=1": {
"model": "minecraft:block/wheat_stage1"
},
"age=2": {
"model": "minecraft:block/wheat_stage2"
},
"age=3": {
"model": "minecraft:block/wheat_stage3"
},
"age=4": {
"model": "minecraft:block/wheat_stage4"
},
"age=5": {
"model": "minecraft:block/wheat_stage5"
},
"age=6": {
"model": "minecraft:block/wheat_stage6"
},
"age=7": {
"model": "minecraft:block/wheat_stage7"
}
2020-06-23 09:13:26 -04:00
}
}