neuralgia/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json
2025-08-12 00:53:51 +01:00

98 lines
No EOL
2.3 KiB
JSON

{
"multipart": [
{
"when": {
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild"
}
},
{
"when": {
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead"
}
},
{
"when": {
"east": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 90
}
},
{
"when": {
"north": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side"
}
},
{
"when": {
"south": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 180
}
},
{
"when": {
"west": true,
"mature": true
},
"apply": {
"model": "betterend:block/cave_pumpkin_wild_side",
"y": 270
}
},
{
"when": {
"east": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 90
}
},
{
"when": {
"north": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side"
}
},
{
"when": {
"south": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 180
}
},
{
"when": {
"west": true,
"mature": false
},
"apply": {
"model": "betterend:block/cave_pumpkin_dead_side",
"y": 270
}
}
]
}