mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-05 18:32:01 -09:00
29 lines
924 B
JSON
29 lines
924 B
JSON
{
|
|
"variants": {
|
|
"has_bottle_0=false,has_bottle_1=false,has_bottle_2=false": {
|
|
"model": "brewing_stand_empty"
|
|
},
|
|
"has_bottle_0=true,has_bottle_1=false,has_bottle_2=false": {
|
|
"model": "brewing_stand_bottles_1"
|
|
},
|
|
"has_bottle_0=false,has_bottle_1=true,has_bottle_2=false": {
|
|
"model": "brewing_stand_bottles_2"
|
|
},
|
|
"has_bottle_0=false,has_bottle_1=false,has_bottle_2=true": {
|
|
"model": "brewing_stand_bottles_3"
|
|
},
|
|
"has_bottle_0=true,has_bottle_1=true,has_bottle_2=false": {
|
|
"model": "brewing_stand_bottles_12"
|
|
},
|
|
"has_bottle_0=true,has_bottle_1=false,has_bottle_2=true": {
|
|
"model": "brewing_stand_bottles_13"
|
|
},
|
|
"has_bottle_0=false,has_bottle_1=true,has_bottle_2=true": {
|
|
"model": "brewing_stand_bottles_23"
|
|
},
|
|
"has_bottle_0=true,has_bottle_1=true,has_bottle_2=true": {
|
|
"model": "brewing_stand_bottles_123"
|
|
}
|
|
}
|
|
}
|