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:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "regions_unexplored:block/alpha_log"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/ashen_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/ashen_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/ashen_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/ashen_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/ashen_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
28
input/assets/regions_unexplored/blockstates/bamboo_log.json
Normal file
28
input/assets/regions_unexplored/blockstates/bamboo_log.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x,leaves=false": {
|
||||
"model": "regions_unexplored:block/bamboo_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=x,leaves=true": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y,leaves=false": {
|
||||
"model": "regions_unexplored:block/bamboo_log"
|
||||
},
|
||||
"axis=y,leaves=true": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves"
|
||||
},
|
||||
"axis=z,leaves=false": {
|
||||
"model": "regions_unexplored:block/bamboo_log",
|
||||
"x": 90
|
||||
},
|
||||
"axis=z,leaves=true": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/bamboo_log_leaves",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/baobab_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/baobab_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/baobab_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/baobab_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/baobab_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/blackwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/blackwood_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/blackwood_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/brimwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/brimwood_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/brimwood_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"transition_block=true": {
|
||||
"model": "regions_unexplored:block/brimwood_log_transition"
|
||||
},
|
||||
"transition_block=false": {
|
||||
"model": "regions_unexplored:block/brimwood_log_magma"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/cobalt_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/cobalt_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/cobalt_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/cobalt_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/cobalt_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/cypress_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/cypress_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/cypress_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/cypress_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/cypress_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/dead_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/dead_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/dead_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/dead_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/dead_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/joshua_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/joshua_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/joshua_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/joshua_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/joshua_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/kapok_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/kapok_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/kapok_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/kapok_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/kapok_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/larch_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/larch_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/larch_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/larch_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/larch_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/magnolia_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/magnolia_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/magnolia_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/maple_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/maple_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/maple_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/maple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/maple_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/mauve_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/mauve_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/mauve_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/mauve_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/mauve_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/palm_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/palm_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/palm_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/palm_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/palm_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/pine_log_transition",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/pine_log_transition"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/pine_log_transition",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
70
input/assets/regions_unexplored/blockstates/redwood_log.json
Normal file
70
input/assets/regions_unexplored/blockstates/redwood_log.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": [
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_1",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_2",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_3",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_4",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
],
|
||||
"axis=y": [
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log"
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_1"
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_2"
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_3"
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_4"
|
||||
}
|
||||
],
|
||||
"axis=z": [
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_1",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_2",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_3",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "regions_unexplored:block/redwood_log_4",
|
||||
"x": 90
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/silver_birch_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y,is_base=true": {
|
||||
"model": "regions_unexplored:block/silver_birch_log_base"
|
||||
},
|
||||
"axis=y,is_base=false": {
|
||||
"model": "regions_unexplored:block/silver_birch_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/silver_birch_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/small_oak_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/small_oak_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/small_oak_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/socotra_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/socotra_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/socotra_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/socotra_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/socotra_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_bamboo_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_bamboo_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_bamboo_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_baobab_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_baobab_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_baobab_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_blackwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_blackwood_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_blackwood_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_brimwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_brimwood_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_brimwood_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_cobalt_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_cobalt_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_cobalt_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_cypress_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_cypress_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_cypress_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_dead_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_dead_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_dead_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_eucalyptus_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_eucalyptus_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_eucalyptus_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_joshua_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_joshua_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_joshua_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_kapok_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_kapok_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_kapok_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_larch_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_larch_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_larch_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_magnolia_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_magnolia_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_magnolia_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_maple_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_maple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_maple_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_mauve_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_mauve_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_mauve_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_palm_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_palm_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_palm_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_pine_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_redwood_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_redwood_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_redwood_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_small_oak_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_small_oak_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_small_oak_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_socotra_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_socotra_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_socotra_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/stripped_willow_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/stripped_willow_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/stripped_willow_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/regions_unexplored/blockstates/willow_log.json
Normal file
16
input/assets/regions_unexplored/blockstates/willow_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "regions_unexplored:block/willow_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "regions_unexplored:block/willow_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "regions_unexplored:block/willow_log",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user