Generate pack assets via Python

- Also features a new, optimized log model
This commit is contained in:
Martin Prokoph
2025-09-14 14:01:51 +02:00
parent 70948d0e92
commit fae5ab2589
1482 changed files with 16935 additions and 611 deletions

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/aspen_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/aspen_log"
},
"axis=z": {
"model": "natures_spirit:block/aspen_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/cedar_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/cedar_log"
},
"axis=z": {
"model": "natures_spirit:block/cedar_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/coconut_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/coconut_log"
},
"axis=z": {
"model": "natures_spirit:block/coconut_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/cypress_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/cypress_log"
},
"axis=z": {
"model": "natures_spirit:block/cypress_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/fir_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/fir_log"
},
"axis=z": {
"model": "natures_spirit:block/fir_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/ghaf_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/ghaf_log"
},
"axis=z": {
"model": "natures_spirit:block/ghaf_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,441 @@
{
"multipart": [
{
"apply": {
"model": "natures_spirit:block/joshua_log_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_side",
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_side",
"y": 270
},
"when": {
"west": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_side",
"x": 270
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_side",
"x": 90
},
"when": {
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside"
},
"when": {
"north": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside"
},
"when": {
"north": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_horizontal"
},
"when": {
"north": "false",
"down": "false",
"up": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside"},
"when": {
"north": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end"
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "true",
"east": "false",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside"
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"up": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/joshua_log_noside_horizontal",
"y": 90
},
"when": {
"east": "false",
"up": "false",
"down": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 90
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end",
"y": 90
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "false",
"east": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_horizontal",
"y": 180
},
"when": {
"south": "false",
"down": "false",
"up": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 180
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end",
"y": 180
},
"when": {
"north": "true",
"down": "false",
"up": "false",
"south": "false",
"east": "false",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_horizontal",
"y": 270
},
"when": {
"west": "false",
"up": "false",
"down": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end",
"y": 270
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "false",
"east": "true",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 270
},
"when": {
"up": "false",
"west": "false",
"east": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 270,
"y": 270
},
"when": {
"up": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 270,
"y": 270
},
"when": {
"up": "false",
"east": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end",
"x": 270
},
"when": {
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 90,
"y": 90
},
"when": {
"down": "false",
"east": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 90,
"y": 90
},
"when": {
"down": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside",
"x": 90
},
"when": {
"down": "false",
"west": "false",
"east": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/joshua_log_noside_end",
"x": 90
},
"when": {
"down": "false",
"west": "false",
"east": "false",
"north": "false",
"south": "false"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/larch_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/larch_log"
},
"axis=z": {
"model": "natures_spirit:block/larch_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/mahogany_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/mahogany_log"
},
"axis=z": {
"model": "natures_spirit:block/mahogany_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/maple_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/maple_log"
},
"axis=z": {
"model": "natures_spirit:block/maple_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/olive_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/olive_log"
},
"axis=z": {
"model": "natures_spirit:block/olive_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/palo_verde_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/palo_verde_log"
},
"axis=z": {
"model": "natures_spirit:block/palo_verde_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/redwood_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/redwood_log"
},
"axis=z": {
"model": "natures_spirit:block/redwood_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/saxaul_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/saxaul_log"
},
"axis=z": {
"model": "natures_spirit:block/saxaul_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_aspen_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_aspen_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_aspen_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_cedar_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_cedar_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_cedar_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_coconut_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_coconut_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_coconut_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_cypress_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_cypress_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_cypress_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_fir_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_fir_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_fir_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_ghaf_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_ghaf_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_ghaf_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,441 @@
{
"multipart": [
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side",
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side",
"y": 270
},
"when": {
"west": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side",
"x": 270
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_side",
"x": 90
},
"when": {
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside"
},
"when": {
"north": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside"
},
"when": {
"north": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_horizontal"
},
"when": {
"north": "false",
"down": "false",
"up": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside"},
"when": {
"north": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end"
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "true",
"east": "false",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside"
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"up": "true"
}
},
{
"apply": {
"model": "natures_spirit:block/stripped_joshua_log_noside_horizontal",
"y": 90
},
"when": {
"east": "false",
"up": "false",
"down": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 90
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 90
},
"when": {
"east": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end",
"y": 90
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "false",
"east": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_horizontal",
"y": 180
},
"when": {
"south": "false",
"down": "false",
"up": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 180
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 180
},
"when": {
"south": "false",
"up": "true",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end",
"y": 180
},
"when": {
"north": "true",
"down": "false",
"up": "false",
"south": "false",
"east": "false",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"down": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"up": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_horizontal",
"y": 270
},
"when": {
"west": "false",
"up": "false",
"down": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"y": 270
},
"when": {
"west": "false",
"up": "false",
"down": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end",
"y": 270
},
"when": {
"north": "false",
"down": "false",
"up": "false",
"south": "false",
"east": "true",
"west": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 270
},
"when": {
"up": "false",
"west": "false",
"east": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 270,
"y": 270
},
"when": {
"up": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 270,
"y": 270
},
"when": {
"up": "false",
"east": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end",
"x": 270
},
"when": {
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 90,
"y": 90
},
"when": {
"down": "false",
"east": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 90,
"y": 90
},
"when": {
"down": "false",
"west": "true"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside",
"x": 90
},
"when": {
"down": "false",
"west": "false",
"east": "false"
}
},
{
"apply":
{
"model": "natures_spirit:block/stripped_joshua_log_noside_end",
"x": 90
},
"when": {
"down": "false",
"west": "false",
"east": "false",
"north": "false",
"south": "false"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_larch_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_larch_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_larch_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_mahogany_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_mahogany_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_mahogany_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_maple_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_maple_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_maple_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_olive_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_olive_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_olive_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_palo_verde_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_palo_verde_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_palo_verde_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_redwood_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_redwood_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_redwood_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_saxaul_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_saxaul_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_saxaul_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_sugi_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_sugi_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_sugi_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_willow_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_willow_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_willow_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/stripped_wisteria_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/stripped_wisteria_log"
},
"axis=z": {
"model": "natures_spirit:block/stripped_wisteria_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/sugi_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/sugi_log"
},
"axis=z": {
"model": "natures_spirit:block/sugi_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/willow_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/willow_log"
},
"axis=z": {
"model": "natures_spirit:block/willow_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "natures_spirit:block/wisteria_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "natures_spirit:block/wisteria_log"
},
"axis=z": {
"model": "natures_spirit:block/wisteria_log_horizontal",
"x": 90
}
}
}