Files
RoundTreesPack/input/assets/regions_unexplored/blockstates/eucalyptus_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

58 lines
1001 B
JSON

{
"multipart": [
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log",
"x": 90,
"y": 90
},
"when": {
"axis": "x"
}
},
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log_overlay",
"x": 90,
"y": 90
},
"when": {
"axis": "x"
}
},
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log"
},
"when": {
"axis": "y"
}
},
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log_overlay"
},
"when": {
"axis": "y"
}
},
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log",
"x": 90
},
"when": {
"axis": "z"
}
},
{
"apply": {
"model": "regions_unexplored:block/eucalyptus_log_overlay",
"x": 90
},
"when": {
"axis": "z"
}
}
]
}