ploof-pack/default/assets/minecraft/blockstates/sweet_berry_bush.json

16 lines
338 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"variants": {
"age=0": {
"model": "minecraft:block/sweet_berry_bush_stage0"
},
"age=1": {
"model": "minecraft:block/sweet_berry_bush_stage1"
},
"age=2": {
"model": "minecraft:block/sweet_berry_bush_stage2"
},
"age=3": {
"model": "minecraft:block/sweet_berry_bush_stage3"
}
}
}