mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 10:05:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/stripped_juniper_log" },
|
||||
"axis=z": { "model": "bewitchment:block/stripped_juniper_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/stripped_juniper_log", "x": 90, "y": 90 }
|
||||
"axis=y": {
|
||||
"model": "bewitchment:block/stripped_juniper_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "bewitchment:block/stripped_juniper_log",
|
||||
"x": 90
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "bewitchment:block/stripped_juniper_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user