Files
RoundTreesPack/input/assets/bewitchment/blockstates/dragons_blood_log.json
Martin Prokoph fae5ab2589 Generate pack assets via Python
- Also features a new, optimized log model
2025-09-14 14:01:51 +02:00

29 lines
566 B
JSON

{
"variants": {
"axis=y,cut=false": {
"model": "bewitchment:block/dragons_blood_log"
},
"axis=z,cut=false": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90
},
"axis=x,cut=false": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90,
"y": 90
},
"axis=y,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut"
},
"axis=z,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut",
"x": 90
},
"axis=x,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut",
"x": 90,
"y": 90
}
}
}