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:
35
input/assets/regions_unexplored/blockstates/pine_log.json
Normal file
35
input/assets/regions_unexplored/blockstates/pine_log.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x,is_stripped=false": {
|
||||
"model": "regions_unexplored:block/pine_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=x,is_stripped=true": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
|
||||
"axis=y,transition_block=false,is_stripped=false": {
|
||||
"model": "regions_unexplored:block/pine_log"
|
||||
},
|
||||
"axis=y,transition_block=true,is_stripped=false": {
|
||||
"model": "regions_unexplored:block/pine_log_transition"
|
||||
},
|
||||
"axis=y,transition_block=false,is_stripped=true": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log"
|
||||
},
|
||||
"axis=y,transition_block=true,is_stripped=true": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log"
|
||||
},
|
||||
|
||||
"axis=z,is_stripped=false": {
|
||||
"model": "regions_unexplored:block/pine_log",
|
||||
"x": 90
|
||||
},"axis=z,is_stripped=true": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user