mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 02:25:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
16
input/assets/betternether/blockstates/willow_log.json
Normal file
16
input/assets/betternether/blockstates/willow_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": [
|
||||
{ "model": "betternether:block/willow_log" },
|
||||
{ "model": "betternether:block/willow_log_2" }
|
||||
],
|
||||
"axis=z": [
|
||||
{ "model": "betternether:block/willow_log", "x": 90 },
|
||||
{ "model": "betternether:block/willow_log_2", "x": 90 }
|
||||
],
|
||||
"axis=x": [
|
||||
{ "model": "betternether:block/willow_log", "x": 90, "y": 90 },
|
||||
{ "model": "betternether:block/willow_log_2", "x": 90, "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user