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/natures_spirit/blockstates/aspen_log.json
Normal file
16
input/assets/natures_spirit/blockstates/aspen_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/cedar_log.json
Normal file
16
input/assets/natures_spirit/blockstates/cedar_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/coconut_log.json
Normal file
16
input/assets/natures_spirit/blockstates/coconut_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/cypress_log.json
Normal file
16
input/assets/natures_spirit/blockstates/cypress_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/fir_log.json
Normal file
16
input/assets/natures_spirit/blockstates/fir_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/ghaf_log.json
Normal file
16
input/assets/natures_spirit/blockstates/ghaf_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
441
input/assets/natures_spirit/blockstates/joshua_log.json
Normal file
441
input/assets/natures_spirit/blockstates/joshua_log.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/larch_log.json
Normal file
16
input/assets/natures_spirit/blockstates/larch_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/mahogany_log.json
Normal file
16
input/assets/natures_spirit/blockstates/mahogany_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/maple_log.json
Normal file
16
input/assets/natures_spirit/blockstates/maple_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/olive_log.json
Normal file
16
input/assets/natures_spirit/blockstates/olive_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/palo_verde_log.json
Normal file
16
input/assets/natures_spirit/blockstates/palo_verde_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/redwood_log.json
Normal file
16
input/assets/natures_spirit/blockstates/redwood_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/saxaul_log.json
Normal file
16
input/assets/natures_spirit/blockstates/saxaul_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
441
input/assets/natures_spirit/blockstates/stripped_joshua_log.json
Normal file
441
input/assets/natures_spirit/blockstates/stripped_joshua_log.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/sugi_log.json
Normal file
16
input/assets/natures_spirit/blockstates/sugi_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/willow_log.json
Normal file
16
input/assets/natures_spirit/blockstates/willow_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
input/assets/natures_spirit/blockstates/wisteria_log.json
Normal file
16
input/assets/natures_spirit/blockstates/wisteria_log.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user