diff --git a/assets/bewitchment/blockstates/cypress_log.json b/assets/bewitchment/blockstates/cypress_log.json new file mode 100644 index 0000000..a226a79 --- /dev/null +++ b/assets/bewitchment/blockstates/cypress_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/cypress_log" }, + "axis=z": { "model": "bewitchment:block/cypress_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/cypress_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/dragons_blood_log.json b/assets/bewitchment/blockstates/dragons_blood_log.json new file mode 100644 index 0000000..93de0bf --- /dev/null +++ b/assets/bewitchment/blockstates/dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/dragons_blood_log" }, + "axis=z": { "model": "bewitchment:block/dragons_blood_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/dragons_blood_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/elder_log.json b/assets/bewitchment/blockstates/elder_log.json new file mode 100644 index 0000000..37afe5b --- /dev/null +++ b/assets/bewitchment/blockstates/elder_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/elder_log" }, + "axis=z": { "model": "bewitchment:block/elder_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/elder_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/juniper_log.json b/assets/bewitchment/blockstates/juniper_log.json new file mode 100644 index 0000000..e61906c --- /dev/null +++ b/assets/bewitchment/blockstates/juniper_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/juniper_log" }, + "axis=z": { "model": "bewitchment:block/juniper_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/juniper_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/stripped_cypress_log.json b/assets/bewitchment/blockstates/stripped_cypress_log.json new file mode 100644 index 0000000..8e74939 --- /dev/null +++ b/assets/bewitchment/blockstates/stripped_cypress_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/stripped_cypress_log" }, + "axis=z": { "model": "bewitchment:block/stripped_cypress_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/stripped_cypress_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/stripped_dragons_blood_log.json b/assets/bewitchment/blockstates/stripped_dragons_blood_log.json new file mode 100644 index 0000000..5af6d60 --- /dev/null +++ b/assets/bewitchment/blockstates/stripped_dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/stripped_dragons_blood_log" }, + "axis=z": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/stripped_elder_log.json b/assets/bewitchment/blockstates/stripped_elder_log.json new file mode 100644 index 0000000..43a0e78 --- /dev/null +++ b/assets/bewitchment/blockstates/stripped_elder_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/stripped_elder_log" }, + "axis=z": { "model": "bewitchment:block/stripped_elder_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/stripped_elder_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/blockstates/stripped_juniper_log.json b/assets/bewitchment/blockstates/stripped_juniper_log.json new file mode 100644 index 0000000..496fca3 --- /dev/null +++ b/assets/bewitchment/blockstates/stripped_juniper_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "bewitchment:block/stripped_juniper_log" }, + "axis=z": { "model": "bewitchment:block/stripped_juniper_log", "x": 90 }, + "axis=x": { "model": "bewitchment:block/stripped_juniper_log", "x": 90, "y": 90 } + } +} diff --git a/assets/bewitchment/models/block/cypress_log.json b/assets/bewitchment/models/block/cypress_log.json new file mode 100644 index 0000000..1ee83e0 --- /dev/null +++ b/assets/bewitchment/models/block/cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/cypress_log_top", + "side": "bewitchment:block/cypress_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/dragons_blood_log.json b/assets/bewitchment/models/block/dragons_blood_log.json new file mode 100644 index 0000000..a675117 --- /dev/null +++ b/assets/bewitchment/models/block/dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/dragons_blood_log_top", + "side": "bewitchment:block/dragons_blood_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/elder_log.json b/assets/bewitchment/models/block/elder_log.json new file mode 100644 index 0000000..90e5561 --- /dev/null +++ b/assets/bewitchment/models/block/elder_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/elder_log_top", + "side": "bewitchment:block/elder_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/juniper_log.json b/assets/bewitchment/models/block/juniper_log.json new file mode 100644 index 0000000..9470ca9 --- /dev/null +++ b/assets/bewitchment/models/block/juniper_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/juniper_log_top", + "side": "bewitchment:block/juniper_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_cypress_log.json b/assets/bewitchment/models/block/stripped_cypress_log.json new file mode 100644 index 0000000..8023681 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/stripped_cypress_log_top", + "side": "bewitchment:block/stripped_cypress_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_dragons_blood_log.json b/assets/bewitchment/models/block/stripped_dragons_blood_log.json new file mode 100644 index 0000000..e54182f --- /dev/null +++ b/assets/bewitchment/models/block/stripped_dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/stripped_dragons_blood_log_top", + "side": "bewitchment:block/stripped_dragons_blood_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_elder_log.json b/assets/bewitchment/models/block/stripped_elder_log.json new file mode 100644 index 0000000..267f1e9 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_elder_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/stripped_elder_log_top", + "side": "bewitchment:block/stripped_elder_log" + } +} \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_juniper_log.json b/assets/bewitchment/models/block/stripped_juniper_log.json new file mode 100644 index 0000000..4090b39 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_juniper_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "bewitchment:block/stripped_juniper_log_top", + "side": "bewitchment:block/stripped_juniper_log" + } +} \ No newline at end of file