mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 10:35:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user