From 1da042fd1db11b697f03efa7cf4c78ae819cc307 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 19:46:14 +0200 Subject: [PATCH 01/17] Added compatibility for Architect's Palette. --- .../models/block/stripped_twisted_log.json | 8 ++++++++ assets/architects_palette/models/block/twisted_log.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 assets/architects_palette/models/block/stripped_twisted_log.json create mode 100644 assets/architects_palette/models/block/twisted_log.json diff --git a/assets/architects_palette/models/block/stripped_twisted_log.json b/assets/architects_palette/models/block/stripped_twisted_log.json new file mode 100644 index 0000000..86dc530 --- /dev/null +++ b/assets/architects_palette/models/block/stripped_twisted_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "end": "architects_palette:block/stripped_twisted_log_top", + "side": "architects_palette:block/stripped_twisted_log", + "particle": "architects_palette:block/stripped_twisted_log" + } +} \ No newline at end of file diff --git a/assets/architects_palette/models/block/twisted_log.json b/assets/architects_palette/models/block/twisted_log.json new file mode 100644 index 0000000..346541a --- /dev/null +++ b/assets/architects_palette/models/block/twisted_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "end": "architects_palette:block/twisted_log_top", + "side": "architects_palette:block/twisted_log", + "particle": "architects_palette:block/twisted_log" + } +} \ No newline at end of file From ea7d14034e1c4adf0dda99f2d136a12e8f858f59 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 20:26:18 +0200 Subject: [PATCH 02/17] Added compatibility for Bewitchment. --- assets/bewitchment/blockstates/cypress_log.json | 7 +++++++ assets/bewitchment/blockstates/dragons_blood_log.json | 7 +++++++ assets/bewitchment/blockstates/elder_log.json | 7 +++++++ assets/bewitchment/blockstates/juniper_log.json | 7 +++++++ assets/bewitchment/blockstates/stripped_cypress_log.json | 7 +++++++ .../blockstates/stripped_dragons_blood_log.json | 7 +++++++ assets/bewitchment/blockstates/stripped_elder_log.json | 7 +++++++ assets/bewitchment/blockstates/stripped_juniper_log.json | 7 +++++++ assets/bewitchment/models/block/cypress_log.json | 7 +++++++ assets/bewitchment/models/block/dragons_blood_log.json | 7 +++++++ assets/bewitchment/models/block/elder_log.json | 7 +++++++ assets/bewitchment/models/block/juniper_log.json | 7 +++++++ assets/bewitchment/models/block/stripped_cypress_log.json | 7 +++++++ .../models/block/stripped_dragons_blood_log.json | 7 +++++++ assets/bewitchment/models/block/stripped_elder_log.json | 7 +++++++ assets/bewitchment/models/block/stripped_juniper_log.json | 7 +++++++ 16 files changed, 112 insertions(+) create mode 100644 assets/bewitchment/blockstates/cypress_log.json create mode 100644 assets/bewitchment/blockstates/dragons_blood_log.json create mode 100644 assets/bewitchment/blockstates/elder_log.json create mode 100644 assets/bewitchment/blockstates/juniper_log.json create mode 100644 assets/bewitchment/blockstates/stripped_cypress_log.json create mode 100644 assets/bewitchment/blockstates/stripped_dragons_blood_log.json create mode 100644 assets/bewitchment/blockstates/stripped_elder_log.json create mode 100644 assets/bewitchment/blockstates/stripped_juniper_log.json create mode 100644 assets/bewitchment/models/block/cypress_log.json create mode 100644 assets/bewitchment/models/block/dragons_blood_log.json create mode 100644 assets/bewitchment/models/block/elder_log.json create mode 100644 assets/bewitchment/models/block/juniper_log.json create mode 100644 assets/bewitchment/models/block/stripped_cypress_log.json create mode 100644 assets/bewitchment/models/block/stripped_dragons_blood_log.json create mode 100644 assets/bewitchment/models/block/stripped_elder_log.json create mode 100644 assets/bewitchment/models/block/stripped_juniper_log.json 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 From 1d3fa157d59329d73ef2cfeb347df63eb7e619d0 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 20:32:27 +0200 Subject: [PATCH 03/17] Added compatibility for Croptopia. --- assets/croptopia/blockstates/cinnamon_log.json | 7 +++++++ assets/croptopia/blockstates/stripped_cinnamon_log.json | 7 +++++++ assets/croptopia/models/block/cinnamon_log.json | 7 +++++++ assets/croptopia/models/block/stripped_cinnamon_log.json | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 assets/croptopia/blockstates/cinnamon_log.json create mode 100644 assets/croptopia/blockstates/stripped_cinnamon_log.json create mode 100644 assets/croptopia/models/block/cinnamon_log.json create mode 100644 assets/croptopia/models/block/stripped_cinnamon_log.json diff --git a/assets/croptopia/blockstates/cinnamon_log.json b/assets/croptopia/blockstates/cinnamon_log.json new file mode 100644 index 0000000..7eb2047 --- /dev/null +++ b/assets/croptopia/blockstates/cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "croptopia:block/cinnamon_log" }, + "axis=z": { "model": "croptopia:block/cinnamon_log", "x": 90 }, + "axis=x": { "model": "croptopia:block/cinnamon_log", "x": 90, "y": 90 } + } +} diff --git a/assets/croptopia/blockstates/stripped_cinnamon_log.json b/assets/croptopia/blockstates/stripped_cinnamon_log.json new file mode 100644 index 0000000..b9eb477 --- /dev/null +++ b/assets/croptopia/blockstates/stripped_cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "croptopia:block/stripped_cinnamon_log" }, + "axis=z": { "model": "croptopia:block/stripped_cinnamon_log", "x": 90 }, + "axis=x": { "model": "croptopia:block/stripped_cinnamon_log", "x": 90, "y": 90 } + } +} diff --git a/assets/croptopia/models/block/cinnamon_log.json b/assets/croptopia/models/block/cinnamon_log.json new file mode 100644 index 0000000..2280bee --- /dev/null +++ b/assets/croptopia/models/block/cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "croptopia:block/cinnamon_log_top", + "side": "croptopia:block/cinnamon_log" + } +} \ No newline at end of file diff --git a/assets/croptopia/models/block/stripped_cinnamon_log.json b/assets/croptopia/models/block/stripped_cinnamon_log.json new file mode 100644 index 0000000..f85aee7 --- /dev/null +++ b/assets/croptopia/models/block/stripped_cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "croptopia:block/stripped_cinnamon_log_top", + "side": "croptopia:block/stripped_cinnamon_log" + } +} \ No newline at end of file From f313b7f7937a0c340e8d15f61bf62e4b32f7aa19 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 20:43:48 +0200 Subject: [PATCH 04/17] Added compatibility for Biome Makeover. --- assets/biomemakeover/blockstates/ancient_oak_log.json | 7 +++++++ assets/biomemakeover/blockstates/blighted_balsa_log.json | 7 +++++++ .../blockstates/stripped_ancient_oak_log.json | 7 +++++++ .../blockstates/stripped_blighted_balsa_log.json | 7 +++++++ .../blockstates/stripped_swamp_cypress_log.json | 7 +++++++ .../blockstates/stripped_willow_log.json.json | 7 +++++++ assets/biomemakeover/blockstates/swamp_cypress_log.json | 7 +++++++ assets/biomemakeover/models/block/ancient_oak_log.json | 7 +++++++ .../models/block/stripped_ancient_oak_log.json | 7 +++++++ .../models/block/stripped_swamp_cypress_log.json | 7 +++++++ assets/biomemakeover/models/block/stripped_willow_log.json | 7 +++++++ assets/biomemakeover/models/block/swamp_cypress_log.json | 7 +++++++ 12 files changed, 84 insertions(+) create mode 100644 assets/biomemakeover/blockstates/ancient_oak_log.json create mode 100644 assets/biomemakeover/blockstates/blighted_balsa_log.json create mode 100644 assets/biomemakeover/blockstates/stripped_ancient_oak_log.json create mode 100644 assets/biomemakeover/blockstates/stripped_blighted_balsa_log.json create mode 100644 assets/biomemakeover/blockstates/stripped_swamp_cypress_log.json create mode 100644 assets/biomemakeover/blockstates/stripped_willow_log.json.json create mode 100644 assets/biomemakeover/blockstates/swamp_cypress_log.json create mode 100644 assets/biomemakeover/models/block/ancient_oak_log.json create mode 100644 assets/biomemakeover/models/block/stripped_ancient_oak_log.json create mode 100644 assets/biomemakeover/models/block/stripped_swamp_cypress_log.json create mode 100644 assets/biomemakeover/models/block/stripped_willow_log.json create mode 100644 assets/biomemakeover/models/block/swamp_cypress_log.json diff --git a/assets/biomemakeover/blockstates/ancient_oak_log.json b/assets/biomemakeover/blockstates/ancient_oak_log.json new file mode 100644 index 0000000..e84a2c6 --- /dev/null +++ b/assets/biomemakeover/blockstates/ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/ancient_oak_log" }, + "axis=z": { "model": "biomemakeover:block/ancient_oak_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/ancient_oak_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/blighted_balsa_log.json b/assets/biomemakeover/blockstates/blighted_balsa_log.json new file mode 100644 index 0000000..8336c53 --- /dev/null +++ b/assets/biomemakeover/blockstates/blighted_balsa_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/blighted_balsa_log" }, + "axis=z": { "model": "biomemakeover:block/blighted_balsa_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/blighted_balsa_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/stripped_ancient_oak_log.json b/assets/biomemakeover/blockstates/stripped_ancient_oak_log.json new file mode 100644 index 0000000..856037b --- /dev/null +++ b/assets/biomemakeover/blockstates/stripped_ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/stripped_ancient_oak_log" }, + "axis=z": { "model": "biomemakeover:block/stripped_ancient_oak_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/stripped_ancient_oak_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/stripped_blighted_balsa_log.json b/assets/biomemakeover/blockstates/stripped_blighted_balsa_log.json new file mode 100644 index 0000000..3bdcca7 --- /dev/null +++ b/assets/biomemakeover/blockstates/stripped_blighted_balsa_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/stripped_blighted_balsa_log" }, + "axis=z": { "model": "biomemakeover:block/stripped_blighted_balsa_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/stripped_blighted_balsa_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/stripped_swamp_cypress_log.json b/assets/biomemakeover/blockstates/stripped_swamp_cypress_log.json new file mode 100644 index 0000000..e9f860c --- /dev/null +++ b/assets/biomemakeover/blockstates/stripped_swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/stripped_swamp_cypress_log" }, + "axis=z": { "model": "biomemakeover:block/stripped_swamp_cypress_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/stripped_swamp_cypress_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/stripped_willow_log.json.json b/assets/biomemakeover/blockstates/stripped_willow_log.json.json new file mode 100644 index 0000000..a358f0a --- /dev/null +++ b/assets/biomemakeover/blockstates/stripped_willow_log.json.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/stripped_willow_log" }, + "axis=z": { "model": "biomemakeover:block/stripped_willow_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/stripped_willow_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/blockstates/swamp_cypress_log.json b/assets/biomemakeover/blockstates/swamp_cypress_log.json new file mode 100644 index 0000000..fb9b5d9 --- /dev/null +++ b/assets/biomemakeover/blockstates/swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/swamp_cypress_log" }, + "axis=z": { "model": "biomemakeover:block/swamp_cypress_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/swamp_cypress_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/models/block/ancient_oak_log.json b/assets/biomemakeover/models/block/ancient_oak_log.json new file mode 100644 index 0000000..a73ca22 --- /dev/null +++ b/assets/biomemakeover/models/block/ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "biomemakeover:block/ancient_oak_log_top", + "side": "biomemakeover:block/ancient_oak_log" + } +} \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_ancient_oak_log.json b/assets/biomemakeover/models/block/stripped_ancient_oak_log.json new file mode 100644 index 0000000..12f65b0 --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "biomemakeover:block/stripped_ancient_oak_log_top", + "side": "biomemakeover:block/stripped_ancient_oak_log" + } +} \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json b/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json new file mode 100644 index 0000000..e2250b2 --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "biomemakeover:block/stripped_swamp_cypress_log_top", + "side": "biomemakeover:block/stripped_swamp_cypress_log" + } +} \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_willow_log.json b/assets/biomemakeover/models/block/stripped_willow_log.json new file mode 100644 index 0000000..6271aaf --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_willow_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "biomemakeover:block/stripped_willow_log_top", + "side": "biomemakeover:block/stripped_willow_log" + } +} \ No newline at end of file diff --git a/assets/biomemakeover/models/block/swamp_cypress_log.json b/assets/biomemakeover/models/block/swamp_cypress_log.json new file mode 100644 index 0000000..80535e6 --- /dev/null +++ b/assets/biomemakeover/models/block/swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "end": "biomemakeover:block/swamp_cypress_log_top", + "side": "biomemakeover:block/swamp_cypress_log" + } +} \ No newline at end of file From ecced64a847a1a8ed44d51531ffaebfad8d09d24 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 20:54:10 +0200 Subject: [PATCH 05/17] Added compatibility for Ore Tree:Reborn. --- assets/ore_tree/models/block/coal_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/copper_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/diamond_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/emerald_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/gold_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/iron_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/lapis_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/quartz_tree_log.json | 12 ++++++++++++ assets/ore_tree/models/block/redstone_tree_log.json | 12 ++++++++++++ 9 files changed, 108 insertions(+) create mode 100644 assets/ore_tree/models/block/coal_tree_log.json create mode 100644 assets/ore_tree/models/block/copper_tree_log.json create mode 100644 assets/ore_tree/models/block/diamond_tree_log.json create mode 100644 assets/ore_tree/models/block/emerald_tree_log.json create mode 100644 assets/ore_tree/models/block/gold_tree_log.json create mode 100644 assets/ore_tree/models/block/iron_tree_log.json create mode 100644 assets/ore_tree/models/block/lapis_tree_log.json create mode 100644 assets/ore_tree/models/block/quartz_tree_log.json create mode 100644 assets/ore_tree/models/block/redstone_tree_log.json diff --git a/assets/ore_tree/models/block/coal_tree_log.json b/assets/ore_tree/models/block/coal_tree_log.json new file mode 100644 index 0000000..1ef0239 --- /dev/null +++ b/assets/ore_tree/models/block/coal_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/coal_ore_2", + "up": "ore_tree:blocks/coal_ore_2", + "north": "ore_tree:blocks/coal_log_1", + "east": "ore_tree:blocks/coal_log_1", + "south": "ore_tree:blocks/coal_log_1", + "west": "ore_tree:blocks/coal_log_1", + "particle": "ore_tree:blocks/coal_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/copper_tree_log.json b/assets/ore_tree/models/block/copper_tree_log.json new file mode 100644 index 0000000..2bdda47 --- /dev/null +++ b/assets/ore_tree/models/block/copper_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/copper_ore_2", + "up": "ore_tree:blocks/copper_ore_2", + "north": "ore_tree:blocks/copper_log_1", + "east": "ore_tree:blocks/copper_log_1", + "south": "ore_tree:blocks/copper_log_1", + "west": "ore_tree:blocks/copper_log_1", + "particle": "ore_tree:blocks/copper_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/diamond_tree_log.json b/assets/ore_tree/models/block/diamond_tree_log.json new file mode 100644 index 0000000..4c7d748 --- /dev/null +++ b/assets/ore_tree/models/block/diamond_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/diamond_ore_2", + "up": "ore_tree:blocks/diamond_ore_2", + "north": "ore_tree:blocks/diamond_log_1", + "east": "ore_tree:blocks/diamond_log_1", + "south": "ore_tree:blocks/diamond_log_1", + "west": "ore_tree:blocks/diamond_log_1", + "particle": "ore_tree:blocks/diamond_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/emerald_tree_log.json b/assets/ore_tree/models/block/emerald_tree_log.json new file mode 100644 index 0000000..faf7ba4 --- /dev/null +++ b/assets/ore_tree/models/block/emerald_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/emerald_ore_2", + "up": "ore_tree:blocks/emerald_ore_2", + "north": "ore_tree:blocks/emerald_log_1", + "east": "ore_tree:blocks/emerald_log_1", + "south": "ore_tree:blocks/emerald_log_1", + "west": "ore_tree:blocks/emerald_log_1", + "particle": "ore_tree:blocks/emerald_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/gold_tree_log.json b/assets/ore_tree/models/block/gold_tree_log.json new file mode 100644 index 0000000..6115b51 --- /dev/null +++ b/assets/ore_tree/models/block/gold_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/gold_ore_2", + "up": "ore_tree:blocks/gold_ore_2", + "north": "ore_tree:blocks/gold_log_1", + "east": "ore_tree:blocks/gold_log_1", + "south": "ore_tree:blocks/gold_log_1", + "west": "ore_tree:blocks/gold_log_1", + "particle": "ore_tree:blocks/gold_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/iron_tree_log.json b/assets/ore_tree/models/block/iron_tree_log.json new file mode 100644 index 0000000..6c4f043 --- /dev/null +++ b/assets/ore_tree/models/block/iron_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/iron_ore_2", + "up": "ore_tree:blocks/iron_ore_2", + "north": "ore_tree:blocks/iron_log_1", + "east": "ore_tree:blocks/iron_log_1", + "south": "ore_tree:blocks/iron_log_1", + "west": "ore_tree:blocks/iron_log_1", + "particle": "ore_tree:blocks/iron_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/lapis_tree_log.json b/assets/ore_tree/models/block/lapis_tree_log.json new file mode 100644 index 0000000..c93b791 --- /dev/null +++ b/assets/ore_tree/models/block/lapis_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/lapis_ore_2", + "up": "ore_tree:blocks/lapis_ore_2", + "north": "ore_tree:blocks/lapis_log_1", + "east": "ore_tree:blocks/lapis_log_1", + "south": "ore_tree:blocks/lapis_log_1", + "west": "ore_tree:blocks/lapis_log_1", + "particle": "ore_tree:blocks/lapis_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/quartz_tree_log.json b/assets/ore_tree/models/block/quartz_tree_log.json new file mode 100644 index 0000000..09af735 --- /dev/null +++ b/assets/ore_tree/models/block/quartz_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/quartz_ore_2", + "up": "ore_tree:blocks/quartz_ore_2", + "north": "ore_tree:blocks/quartz_log_1", + "east": "ore_tree:blocks/quartz_log_1", + "south": "ore_tree:blocks/quartz_log_1", + "west": "ore_tree:blocks/quartz_log_1", + "particle": "ore_tree:blocks/quartz_ore_2" + } +} \ No newline at end of file diff --git a/assets/ore_tree/models/block/redstone_tree_log.json b/assets/ore_tree/models/block/redstone_tree_log.json new file mode 100644 index 0000000..7fb923b --- /dev/null +++ b/assets/ore_tree/models/block/redstone_tree_log.json @@ -0,0 +1,12 @@ +{ + "parent": "block/log", + "textures": { + "down": "ore_tree:blocks/redstone_ore_2", + "up": "ore_tree:blocks/redstone_ore_2", + "north": "ore_tree:blocks/redstone_log_1", + "east": "ore_tree:blocks/redstone_log_1", + "south": "ore_tree:blocks/redstone_log_1", + "west": "ore_tree:blocks/redstone_log_1", + "particle": "ore_tree:blocks/redstone_ore_2" + } +} \ No newline at end of file From cf86e74b99b589e95cd0b4511c56063fe02e2fb4 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:38:25 +0200 Subject: [PATCH 06/17] Added compatibility for Blockus. --- assets/blockus/models/block/acacia_small_logs.json | 7 +++++++ assets/blockus/models/block/birch_small_logs.json | 7 +++++++ assets/blockus/models/block/dark_oak_small_logs.json | 7 +++++++ assets/blockus/models/block/jungle_small_logs.json | 7 +++++++ assets/blockus/models/block/oak_small_logs.json | 7 +++++++ assets/blockus/models/block/spruce_small_logs.json | 7 +++++++ assets/blockus/models/block/stripped_white_oak_log.json | 7 +++++++ assets/blockus/models/block/white_oak_log.json | 7 +++++++ assets/blockus/models/block/white_oak_small_logs.json | 7 +++++++ 9 files changed, 63 insertions(+) create mode 100644 assets/blockus/models/block/acacia_small_logs.json create mode 100644 assets/blockus/models/block/birch_small_logs.json create mode 100644 assets/blockus/models/block/dark_oak_small_logs.json create mode 100644 assets/blockus/models/block/jungle_small_logs.json create mode 100644 assets/blockus/models/block/oak_small_logs.json create mode 100644 assets/blockus/models/block/spruce_small_logs.json create mode 100644 assets/blockus/models/block/stripped_white_oak_log.json create mode 100644 assets/blockus/models/block/white_oak_log.json create mode 100644 assets/blockus/models/block/white_oak_small_logs.json diff --git a/assets/blockus/models/block/acacia_small_logs.json b/assets/blockus/models/block/acacia_small_logs.json new file mode 100644 index 0000000..5d69ed5 --- /dev/null +++ b/assets/blockus/models/block/acacia_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/acacia_small_logs_top", + "side": "blockus:block/acacia_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/birch_small_logs.json b/assets/blockus/models/block/birch_small_logs.json new file mode 100644 index 0000000..226eb2d --- /dev/null +++ b/assets/blockus/models/block/birch_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/birch_small_logs_top", + "side": "blockus:block/birch_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/dark_oak_small_logs.json b/assets/blockus/models/block/dark_oak_small_logs.json new file mode 100644 index 0000000..e8f7c05 --- /dev/null +++ b/assets/blockus/models/block/dark_oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/dark_oak_small_logs_top", + "side": "blockus:block/dark_oak_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/jungle_small_logs.json b/assets/blockus/models/block/jungle_small_logs.json new file mode 100644 index 0000000..e752faf --- /dev/null +++ b/assets/blockus/models/block/jungle_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/jungle_small_logs_top", + "side": "blockus:block/jungle_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/oak_small_logs.json b/assets/blockus/models/block/oak_small_logs.json new file mode 100644 index 0000000..30d60bf --- /dev/null +++ b/assets/blockus/models/block/oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/oak_small_logs_top", + "side": "blockus:block/oak_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/spruce_small_logs.json b/assets/blockus/models/block/spruce_small_logs.json new file mode 100644 index 0000000..11451d3 --- /dev/null +++ b/assets/blockus/models/block/spruce_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/spruce_small_logs_top", + "side": "blockus:block/spruce_small_logs" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/stripped_white_oak_log.json b/assets/blockus/models/block/stripped_white_oak_log.json new file mode 100644 index 0000000..616b802 --- /dev/null +++ b/assets/blockus/models/block/stripped_white_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/stripped_white_oak_log_top", + "side": "blockus:block/stripped_white_oak_log" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/white_oak_log.json b/assets/blockus/models/block/white_oak_log.json new file mode 100644 index 0000000..105be7e --- /dev/null +++ b/assets/blockus/models/block/white_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/white_oak_log_top", + "side": "blockus:block/white_oak_log" + } +} \ No newline at end of file diff --git a/assets/blockus/models/block/white_oak_small_logs.json b/assets/blockus/models/block/white_oak_small_logs.json new file mode 100644 index 0000000..4dee725 --- /dev/null +++ b/assets/blockus/models/block/white_oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "blockus:block/white_oak_small_logs_top", + "side": "blockus:block/white_oak_small_logs" + } +} \ No newline at end of file From 61e917a49e853b5dcabb32700c30268afba989bf Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:48:28 +0200 Subject: [PATCH 07/17] Added compatibility for Oh The Biomes You'll Go. --- assets/byg/models/block/imbued_nightshade_log.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 assets/byg/models/block/imbued_nightshade_log.json diff --git a/assets/byg/models/block/imbued_nightshade_log.json b/assets/byg/models/block/imbued_nightshade_log.json new file mode 100644 index 0000000..052d0d6 --- /dev/null +++ b/assets/byg/models/block/imbued_nightshade_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "end": "byg:block/nightshade_log_top", + "side": "byg:block/imbued_nightshade_log" + } +} \ No newline at end of file From 4698860d51bcc757616b58e4850acdda4d63551e Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:49:17 +0200 Subject: [PATCH 08/17] Added compatibility for Tree Hollows. --- assets/treehollows/models/block/acacia_hollow.json | 8 ++++++++ assets/treehollows/models/block/birch_hollow.json | 8 ++++++++ assets/treehollows/models/block/dark_oak_hollow.json | 8 ++++++++ assets/treehollows/models/block/jungle_hollow.json | 8 ++++++++ assets/treehollows/models/block/oak_hollow.json | 8 ++++++++ assets/treehollows/models/block/spruce_hollow.json | 8 ++++++++ 6 files changed, 48 insertions(+) create mode 100644 assets/treehollows/models/block/acacia_hollow.json create mode 100644 assets/treehollows/models/block/birch_hollow.json create mode 100644 assets/treehollows/models/block/dark_oak_hollow.json create mode 100644 assets/treehollows/models/block/jungle_hollow.json create mode 100644 assets/treehollows/models/block/oak_hollow.json create mode 100644 assets/treehollows/models/block/spruce_hollow.json diff --git a/assets/treehollows/models/block/acacia_hollow.json b/assets/treehollows/models/block/acacia_hollow.json new file mode 100644 index 0000000..d4d204f --- /dev/null +++ b/assets/treehollows/models/block/acacia_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/acacia_log_top", + "front": "treehollows:block/acacia_hollow", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/assets/treehollows/models/block/birch_hollow.json b/assets/treehollows/models/block/birch_hollow.json new file mode 100644 index 0000000..032235d --- /dev/null +++ b/assets/treehollows/models/block/birch_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/birch_log_top", + "front": "treehollows:block/birch_hollow", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/assets/treehollows/models/block/dark_oak_hollow.json b/assets/treehollows/models/block/dark_oak_hollow.json new file mode 100644 index 0000000..e73d822 --- /dev/null +++ b/assets/treehollows/models/block/dark_oak_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/dark_oak_log_top", + "front": "treehollows:block/dark_oak_hollow", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/assets/treehollows/models/block/jungle_hollow.json b/assets/treehollows/models/block/jungle_hollow.json new file mode 100644 index 0000000..3d0e974 --- /dev/null +++ b/assets/treehollows/models/block/jungle_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/jungle_log_top", + "front": "treehollows:block/jungle_hollow", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/assets/treehollows/models/block/oak_hollow.json b/assets/treehollows/models/block/oak_hollow.json new file mode 100644 index 0000000..7aadd78 --- /dev/null +++ b/assets/treehollows/models/block/oak_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/oak_log_top", + "front": "treehollows:block/oak_hollow", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/assets/treehollows/models/block/spruce_hollow.json b/assets/treehollows/models/block/spruce_hollow.json new file mode 100644 index 0000000..9953090 --- /dev/null +++ b/assets/treehollows/models/block/spruce_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "minecraft:block/spruce_log_top", + "front": "treehollows:block/spruce_hollow", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file From 4e3cfca3b906d34bdd21e0b330c58c773aa23b5c Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:58:42 +0200 Subject: [PATCH 09/17] Added compatibility for Architect's Palette. --- .../architects_palette/models/block/stripped_twisted_log.json | 2 +- assets/architects_palette/models/block/twisted_log.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/architects_palette/models/block/stripped_twisted_log.json b/assets/architects_palette/models/block/stripped_twisted_log.json index 86dc530..982478e 100644 --- a/assets/architects_palette/models/block/stripped_twisted_log.json +++ b/assets/architects_palette/models/block/stripped_twisted_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "architects_palette:block/stripped_twisted_log_top", + "top": "architects_palette:block/stripped_twisted_log_top", "side": "architects_palette:block/stripped_twisted_log", "particle": "architects_palette:block/stripped_twisted_log" } diff --git a/assets/architects_palette/models/block/twisted_log.json b/assets/architects_palette/models/block/twisted_log.json index 346541a..5d13e3a 100644 --- a/assets/architects_palette/models/block/twisted_log.json +++ b/assets/architects_palette/models/block/twisted_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "architects_palette:block/twisted_log_top", + "top": "architects_palette:block/twisted_log_top", "side": "architects_palette:block/twisted_log", "particle": "architects_palette:block/twisted_log" } From 63b034b408487e9b03d31bf908df971f74d66390 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:59:03 +0200 Subject: [PATCH 10/17] Added compatibility for Bewitchment. --- assets/bewitchment/models/block/cypress_log.json | 2 +- assets/bewitchment/models/block/dragons_blood_log.json | 2 +- assets/bewitchment/models/block/elder_log.json | 2 +- assets/bewitchment/models/block/juniper_log.json | 2 +- assets/bewitchment/models/block/stripped_cypress_log.json | 2 +- assets/bewitchment/models/block/stripped_dragons_blood_log.json | 2 +- assets/bewitchment/models/block/stripped_elder_log.json | 2 +- assets/bewitchment/models/block/stripped_juniper_log.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/bewitchment/models/block/cypress_log.json b/assets/bewitchment/models/block/cypress_log.json index 1ee83e0..3e55f7f 100644 --- a/assets/bewitchment/models/block/cypress_log.json +++ b/assets/bewitchment/models/block/cypress_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/cypress_log_top", + "top": "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 index a675117..cefc05c 100644 --- a/assets/bewitchment/models/block/dragons_blood_log.json +++ b/assets/bewitchment/models/block/dragons_blood_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/dragons_blood_log_top", + "top": "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 index 90e5561..5644f73 100644 --- a/assets/bewitchment/models/block/elder_log.json +++ b/assets/bewitchment/models/block/elder_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/elder_log_top", + "top": "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 index 9470ca9..95ab2da 100644 --- a/assets/bewitchment/models/block/juniper_log.json +++ b/assets/bewitchment/models/block/juniper_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/juniper_log_top", + "top": "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 index 8023681..cba22ed 100644 --- a/assets/bewitchment/models/block/stripped_cypress_log.json +++ b/assets/bewitchment/models/block/stripped_cypress_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_cypress_log_top", + "top": "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 index e54182f..cbfc710 100644 --- a/assets/bewitchment/models/block/stripped_dragons_blood_log.json +++ b/assets/bewitchment/models/block/stripped_dragons_blood_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_dragons_blood_log_top", + "top": "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 index 267f1e9..f0bee42 100644 --- a/assets/bewitchment/models/block/stripped_elder_log.json +++ b/assets/bewitchment/models/block/stripped_elder_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_elder_log_top", + "top": "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 index 4090b39..2cbc7e9 100644 --- a/assets/bewitchment/models/block/stripped_juniper_log.json +++ b/assets/bewitchment/models/block/stripped_juniper_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_juniper_log_top", + "top": "bewitchment:block/stripped_juniper_log_top", "side": "bewitchment:block/stripped_juniper_log" } } \ No newline at end of file From 60171c5945efcdc040f248c65a075a50f261ea60 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:59:47 +0200 Subject: [PATCH 11/17] Added compatibility for Croptopia. --- assets/croptopia/models/block/cinnamon_log.json | 2 +- assets/croptopia/models/block/stripped_cinnamon_log.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/croptopia/models/block/cinnamon_log.json b/assets/croptopia/models/block/cinnamon_log.json index 2280bee..101ee71 100644 --- a/assets/croptopia/models/block/cinnamon_log.json +++ b/assets/croptopia/models/block/cinnamon_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "croptopia:block/cinnamon_log_top", + "top": "croptopia:block/cinnamon_log_top", "side": "croptopia:block/cinnamon_log" } } \ No newline at end of file diff --git a/assets/croptopia/models/block/stripped_cinnamon_log.json b/assets/croptopia/models/block/stripped_cinnamon_log.json index f85aee7..84befdc 100644 --- a/assets/croptopia/models/block/stripped_cinnamon_log.json +++ b/assets/croptopia/models/block/stripped_cinnamon_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "croptopia:block/stripped_cinnamon_log_top", + "top": "croptopia:block/stripped_cinnamon_log_top", "side": "croptopia:block/stripped_cinnamon_log" } } \ No newline at end of file From 53d97ae2912022321b69afb6bd9eede42d6d3809 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:00:19 +0200 Subject: [PATCH 12/17] Added compatibility for Biome Makeover. --- assets/biomemakeover/models/block/ancient_oak_log.json | 2 +- assets/biomemakeover/models/block/stripped_ancient_oak_log.json | 2 +- .../biomemakeover/models/block/stripped_swamp_cypress_log.json | 2 +- assets/biomemakeover/models/block/stripped_willow_log.json | 2 +- assets/biomemakeover/models/block/swamp_cypress_log.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/biomemakeover/models/block/ancient_oak_log.json b/assets/biomemakeover/models/block/ancient_oak_log.json index a73ca22..5aa0df3 100644 --- a/assets/biomemakeover/models/block/ancient_oak_log.json +++ b/assets/biomemakeover/models/block/ancient_oak_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "biomemakeover:block/ancient_oak_log_top", + "top": "biomemakeover:block/ancient_oak_log_top", "side": "biomemakeover:block/ancient_oak_log" } } \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_ancient_oak_log.json b/assets/biomemakeover/models/block/stripped_ancient_oak_log.json index 12f65b0..36c44b1 100644 --- a/assets/biomemakeover/models/block/stripped_ancient_oak_log.json +++ b/assets/biomemakeover/models/block/stripped_ancient_oak_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "biomemakeover:block/stripped_ancient_oak_log_top", + "top": "biomemakeover:block/stripped_ancient_oak_log_top", "side": "biomemakeover:block/stripped_ancient_oak_log" } } \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json b/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json index e2250b2..3db4f23 100644 --- a/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json +++ b/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "biomemakeover:block/stripped_swamp_cypress_log_top", + "top": "biomemakeover:block/stripped_swamp_cypress_log_top", "side": "biomemakeover:block/stripped_swamp_cypress_log" } } \ No newline at end of file diff --git a/assets/biomemakeover/models/block/stripped_willow_log.json b/assets/biomemakeover/models/block/stripped_willow_log.json index 6271aaf..c1e3c19 100644 --- a/assets/biomemakeover/models/block/stripped_willow_log.json +++ b/assets/biomemakeover/models/block/stripped_willow_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "biomemakeover:block/stripped_willow_log_top", + "top": "biomemakeover:block/stripped_willow_log_top", "side": "biomemakeover:block/stripped_willow_log" } } \ No newline at end of file diff --git a/assets/biomemakeover/models/block/swamp_cypress_log.json b/assets/biomemakeover/models/block/swamp_cypress_log.json index 80535e6..fb11ede 100644 --- a/assets/biomemakeover/models/block/swamp_cypress_log.json +++ b/assets/biomemakeover/models/block/swamp_cypress_log.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/log", "textures": { - "end": "biomemakeover:block/swamp_cypress_log_top", + "top": "biomemakeover:block/swamp_cypress_log_top", "side": "biomemakeover:block/swamp_cypress_log" } } \ No newline at end of file From 60442465916328467cf2d5458ae659bd98bb71ec Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:00:49 +0200 Subject: [PATCH 13/17] Added compatibility for Ore Tree:Reborn. --- assets/ore_tree/models/block/coal_tree_log.json | 8 ++------ assets/ore_tree/models/block/copper_tree_log.json | 8 ++------ assets/ore_tree/models/block/diamond_tree_log.json | 8 ++------ assets/ore_tree/models/block/emerald_tree_log.json | 8 ++------ assets/ore_tree/models/block/gold_tree_log.json | 8 ++------ assets/ore_tree/models/block/iron_tree_log.json | 8 ++------ assets/ore_tree/models/block/lapis_tree_log.json | 8 ++------ assets/ore_tree/models/block/quartz_tree_log.json | 8 ++------ assets/ore_tree/models/block/redstone_tree_log.json | 8 ++------ 9 files changed, 18 insertions(+), 54 deletions(-) diff --git a/assets/ore_tree/models/block/coal_tree_log.json b/assets/ore_tree/models/block/coal_tree_log.json index 1ef0239..4fdf3d5 100644 --- a/assets/ore_tree/models/block/coal_tree_log.json +++ b/assets/ore_tree/models/block/coal_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/coal_ore_2", - "up": "ore_tree:blocks/coal_ore_2", - "north": "ore_tree:blocks/coal_log_1", - "east": "ore_tree:blocks/coal_log_1", - "south": "ore_tree:blocks/coal_log_1", - "west": "ore_tree:blocks/coal_log_1", + "top": "ore_tree:blocks/coal_ore_2", + "side": "ore_tree:blocks/coal_log_1", "particle": "ore_tree:blocks/coal_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/copper_tree_log.json b/assets/ore_tree/models/block/copper_tree_log.json index 2bdda47..4a37ae9 100644 --- a/assets/ore_tree/models/block/copper_tree_log.json +++ b/assets/ore_tree/models/block/copper_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/copper_ore_2", - "up": "ore_tree:blocks/copper_ore_2", - "north": "ore_tree:blocks/copper_log_1", - "east": "ore_tree:blocks/copper_log_1", - "south": "ore_tree:blocks/copper_log_1", - "west": "ore_tree:blocks/copper_log_1", + "top": "ore_tree:blocks/copper_ore_2", + "side": "ore_tree:blocks/copper_log_1", "particle": "ore_tree:blocks/copper_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/diamond_tree_log.json b/assets/ore_tree/models/block/diamond_tree_log.json index 4c7d748..7180879 100644 --- a/assets/ore_tree/models/block/diamond_tree_log.json +++ b/assets/ore_tree/models/block/diamond_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/diamond_ore_2", - "up": "ore_tree:blocks/diamond_ore_2", - "north": "ore_tree:blocks/diamond_log_1", - "east": "ore_tree:blocks/diamond_log_1", - "south": "ore_tree:blocks/diamond_log_1", - "west": "ore_tree:blocks/diamond_log_1", + "top": "ore_tree:blocks/diamond_ore_2", + "side": "ore_tree:blocks/diamond_log_1", "particle": "ore_tree:blocks/diamond_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/emerald_tree_log.json b/assets/ore_tree/models/block/emerald_tree_log.json index faf7ba4..9ba5693 100644 --- a/assets/ore_tree/models/block/emerald_tree_log.json +++ b/assets/ore_tree/models/block/emerald_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/emerald_ore_2", - "up": "ore_tree:blocks/emerald_ore_2", - "north": "ore_tree:blocks/emerald_log_1", - "east": "ore_tree:blocks/emerald_log_1", - "south": "ore_tree:blocks/emerald_log_1", - "west": "ore_tree:blocks/emerald_log_1", + "top": "ore_tree:blocks/emerald_ore_2", + "side": "ore_tree:blocks/emerald_log_1", "particle": "ore_tree:blocks/emerald_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/gold_tree_log.json b/assets/ore_tree/models/block/gold_tree_log.json index 6115b51..4a7f117 100644 --- a/assets/ore_tree/models/block/gold_tree_log.json +++ b/assets/ore_tree/models/block/gold_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/gold_ore_2", - "up": "ore_tree:blocks/gold_ore_2", - "north": "ore_tree:blocks/gold_log_1", - "east": "ore_tree:blocks/gold_log_1", - "south": "ore_tree:blocks/gold_log_1", - "west": "ore_tree:blocks/gold_log_1", + "top": "ore_tree:blocks/gold_ore_2", + "side": "ore_tree:blocks/gold_log_1", "particle": "ore_tree:blocks/gold_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/iron_tree_log.json b/assets/ore_tree/models/block/iron_tree_log.json index 6c4f043..6d833c8 100644 --- a/assets/ore_tree/models/block/iron_tree_log.json +++ b/assets/ore_tree/models/block/iron_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/iron_ore_2", - "up": "ore_tree:blocks/iron_ore_2", - "north": "ore_tree:blocks/iron_log_1", - "east": "ore_tree:blocks/iron_log_1", - "south": "ore_tree:blocks/iron_log_1", - "west": "ore_tree:blocks/iron_log_1", + "top": "ore_tree:blocks/iron_ore_2", + "side": "ore_tree:blocks/iron_log_1", "particle": "ore_tree:blocks/iron_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/lapis_tree_log.json b/assets/ore_tree/models/block/lapis_tree_log.json index c93b791..ba6d33d 100644 --- a/assets/ore_tree/models/block/lapis_tree_log.json +++ b/assets/ore_tree/models/block/lapis_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/lapis_ore_2", - "up": "ore_tree:blocks/lapis_ore_2", - "north": "ore_tree:blocks/lapis_log_1", - "east": "ore_tree:blocks/lapis_log_1", - "south": "ore_tree:blocks/lapis_log_1", - "west": "ore_tree:blocks/lapis_log_1", + "top": "ore_tree:blocks/lapis_ore_2", + "side": "ore_tree:blocks/lapis_log_1", "particle": "ore_tree:blocks/lapis_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/quartz_tree_log.json b/assets/ore_tree/models/block/quartz_tree_log.json index 09af735..2de3de0 100644 --- a/assets/ore_tree/models/block/quartz_tree_log.json +++ b/assets/ore_tree/models/block/quartz_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/quartz_ore_2", - "up": "ore_tree:blocks/quartz_ore_2", - "north": "ore_tree:blocks/quartz_log_1", - "east": "ore_tree:blocks/quartz_log_1", - "south": "ore_tree:blocks/quartz_log_1", - "west": "ore_tree:blocks/quartz_log_1", + "top": "ore_tree:blocks/quartz_ore_2", + "side": "ore_tree:blocks/quartz_log_1", "particle": "ore_tree:blocks/quartz_ore_2" } } \ No newline at end of file diff --git a/assets/ore_tree/models/block/redstone_tree_log.json b/assets/ore_tree/models/block/redstone_tree_log.json index 7fb923b..120c5c4 100644 --- a/assets/ore_tree/models/block/redstone_tree_log.json +++ b/assets/ore_tree/models/block/redstone_tree_log.json @@ -1,12 +1,8 @@ { "parent": "block/log", "textures": { - "down": "ore_tree:blocks/redstone_ore_2", - "up": "ore_tree:blocks/redstone_ore_2", - "north": "ore_tree:blocks/redstone_log_1", - "east": "ore_tree:blocks/redstone_log_1", - "south": "ore_tree:blocks/redstone_log_1", - "west": "ore_tree:blocks/redstone_log_1", + "top": "ore_tree:blocks/redstone_ore_2", + "side": "ore_tree:blocks/redstone_log_1", "particle": "ore_tree:blocks/redstone_ore_2" } } \ No newline at end of file From c1ba1254a72787aa0440945b2593d96f0f9f3b40 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:01:18 +0200 Subject: [PATCH 14/17] Added compatibility for Blockus. --- assets/blockus/models/block/acacia_small_logs.json | 2 +- assets/blockus/models/block/birch_small_logs.json | 2 +- assets/blockus/models/block/dark_oak_small_logs.json | 2 +- assets/blockus/models/block/jungle_small_logs.json | 2 +- assets/blockus/models/block/oak_small_logs.json | 2 +- assets/blockus/models/block/spruce_small_logs.json | 2 +- assets/blockus/models/block/stripped_white_oak_log.json | 2 +- assets/blockus/models/block/white_oak_log.json | 2 +- assets/blockus/models/block/white_oak_small_logs.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/blockus/models/block/acacia_small_logs.json b/assets/blockus/models/block/acacia_small_logs.json index 5d69ed5..26060af 100644 --- a/assets/blockus/models/block/acacia_small_logs.json +++ b/assets/blockus/models/block/acacia_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/acacia_small_logs_top", + "top": "blockus:block/acacia_small_logs_top", "side": "blockus:block/acacia_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/birch_small_logs.json b/assets/blockus/models/block/birch_small_logs.json index 226eb2d..93d1144 100644 --- a/assets/blockus/models/block/birch_small_logs.json +++ b/assets/blockus/models/block/birch_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/birch_small_logs_top", + "top": "blockus:block/birch_small_logs_top", "side": "blockus:block/birch_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/dark_oak_small_logs.json b/assets/blockus/models/block/dark_oak_small_logs.json index e8f7c05..a7ffe03 100644 --- a/assets/blockus/models/block/dark_oak_small_logs.json +++ b/assets/blockus/models/block/dark_oak_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/dark_oak_small_logs_top", + "top": "blockus:block/dark_oak_small_logs_top", "side": "blockus:block/dark_oak_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/jungle_small_logs.json b/assets/blockus/models/block/jungle_small_logs.json index e752faf..f0d7821 100644 --- a/assets/blockus/models/block/jungle_small_logs.json +++ b/assets/blockus/models/block/jungle_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/jungle_small_logs_top", + "top": "blockus:block/jungle_small_logs_top", "side": "blockus:block/jungle_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/oak_small_logs.json b/assets/blockus/models/block/oak_small_logs.json index 30d60bf..37cc720 100644 --- a/assets/blockus/models/block/oak_small_logs.json +++ b/assets/blockus/models/block/oak_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/oak_small_logs_top", + "top": "blockus:block/oak_small_logs_top", "side": "blockus:block/oak_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/spruce_small_logs.json b/assets/blockus/models/block/spruce_small_logs.json index 11451d3..501964b 100644 --- a/assets/blockus/models/block/spruce_small_logs.json +++ b/assets/blockus/models/block/spruce_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/spruce_small_logs_top", + "top": "blockus:block/spruce_small_logs_top", "side": "blockus:block/spruce_small_logs" } } \ No newline at end of file diff --git a/assets/blockus/models/block/stripped_white_oak_log.json b/assets/blockus/models/block/stripped_white_oak_log.json index 616b802..61b84ae 100644 --- a/assets/blockus/models/block/stripped_white_oak_log.json +++ b/assets/blockus/models/block/stripped_white_oak_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/stripped_white_oak_log_top", + "top": "blockus:block/stripped_white_oak_log_top", "side": "blockus:block/stripped_white_oak_log" } } \ No newline at end of file diff --git a/assets/blockus/models/block/white_oak_log.json b/assets/blockus/models/block/white_oak_log.json index 105be7e..9b3127a 100644 --- a/assets/blockus/models/block/white_oak_log.json +++ b/assets/blockus/models/block/white_oak_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/white_oak_log_top", + "top": "blockus:block/white_oak_log_top", "side": "blockus:block/white_oak_log" } } \ No newline at end of file diff --git a/assets/blockus/models/block/white_oak_small_logs.json b/assets/blockus/models/block/white_oak_small_logs.json index 4dee725..8cceff8 100644 --- a/assets/blockus/models/block/white_oak_small_logs.json +++ b/assets/blockus/models/block/white_oak_small_logs.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "blockus:block/white_oak_small_logs_top", + "top": "blockus:block/white_oak_small_logs_top", "side": "blockus:block/white_oak_small_logs" } } \ No newline at end of file From 0b9da95bc635a5bab1e5650498508aec9ce4202f Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:01:38 +0200 Subject: [PATCH 15/17] Added compatibility for Oh The Biomes You'll Go. --- assets/byg/models/block/imbued_nightshade_log.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/byg/models/block/imbued_nightshade_log.json b/assets/byg/models/block/imbued_nightshade_log.json index 052d0d6..4a7643b 100644 --- a/assets/byg/models/block/imbued_nightshade_log.json +++ b/assets/byg/models/block/imbued_nightshade_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "byg:block/nightshade_log_top", + "top": "byg:block/nightshade_log_top", "side": "byg:block/imbued_nightshade_log" } } \ No newline at end of file From f656f2c89cc032f8b2cf036ccce8a3df76f2c7bb Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:07:15 +0200 Subject: [PATCH 16/17] Added compatibility for Tree Hollows. --- assets/minecraft/models/block/hollow.json | 237 ++++++++++++++++++ .../models/block/acacia_hollow.json | 2 +- .../models/block/birch_hollow.json | 2 +- .../models/block/dark_oak_hollow.json | 2 +- .../models/block/jungle_hollow.json | 2 +- .../treehollows/models/block/oak_hollow.json | 2 +- .../models/block/spruce_hollow.json | 2 +- 7 files changed, 243 insertions(+), 6 deletions(-) create mode 100644 assets/minecraft/models/block/hollow.json diff --git a/assets/minecraft/models/block/hollow.json b/assets/minecraft/models/block/hollow.json new file mode 100644 index 0000000..43267d0 --- /dev/null +++ b/assets/minecraft/models/block/hollow.json @@ -0,0 +1,237 @@ +{ + "credit": "Made by Motschen", + "parent": "block/block", + "textures": { + "front": "treehollows:block/oak_hollow", + "side": "block/oak_log", + "top": "block/oak_log_top", + "particle": "block/oak_log" + }, + "elements": [ + { + "name": "Cube", + "from": [1, 0, 1], + "to": [15, 16, 15], + "faces": { + "up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [0, 0, 2], + "to": [1, 16, 14], + "faces": { + "up": {"uv": [2, 2, 3, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 2, 3, 14], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [-2, 0, 4], + "to": [0, 16, 12], + "faces": { + "north": {"uv": [9, 0, 8, 16], "texture": "#side", "cullface": "west"}, + "south": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "west"}, + "west": {"uv": [4, 0, 12, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 3, 2, 11], "texture": "#top", "cullface": "west"}, + "down": {"uv": [0, 3, 2, 11], "texture": "#top", "cullface": "west"} + } + }, + { + "name": "Cube", + "from": [-1, 0, 12], + "to": [0, 16, 14], + "faces": { + "south": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "west"}, + "west": {"uv": [4, 0, 6, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "west"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "west"} + } + }, + { + "name": "Cube", + "from": [-1, 0, 2], + "to": [0, 16, 4], + "faces": { + "north": {"uv": [8, 0, 9, 16], "texture": "#side", "cullface": "west"}, + "west": {"uv": [12, 0, 14, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "west"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "west"} + } + }, + { + "name": "Cube", + "from": [16, 0, 2], + "to": [17, 16, 4], + "faces": { + "north": {"uv": [9, 0, 8, 16], "texture": "#side", "cullface": "east"}, + "east": {"uv": [3, 0, 5, 16], "texture": "#side", "cullface": "east"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "east"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "east"} + } + }, + { + "name": "Cube", + "from": [16, 0, 12], + "to": [17, 16, 14], + "faces": { + "east": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "east"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "east"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "east"} + } + }, + { + "name": "Cube", + "from": [2, 0, -1], + "to": [4, 16, 0], + "faces": { + "north": {"uv": [12.5, 0, 14.5, 16], "texture": "#front", "cullface": "north"}, + "west": {"uv": [14.5, 0, 15.5, 16], "texture": "#front", "cullface": "north"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "north"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "north"} + } + }, + { + "name": "Cube", + "from": [12, 0, -1], + "to": [14, 16, 0], + "faces": { + "north": {"uv": [1.5, 0, 3.5, 16], "texture": "#front", "cullface": "north"}, + "east": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "north"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "north"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "north"} + } + }, + { + "name": "Cube", + "from": [12, 0, 16], + "to": [14, 16, 17], + "faces": { + "east": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "south"}, + "south": {"uv": [3, 0, 5, 16], "texture": "#side", "cullface": "south"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "south"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "south"} + } + }, + { + "name": "Cube", + "from": [2, 0, 16], + "to": [4, 16, 17], + "faces": { + "south": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [4, 0, 5, 16], "texture": "#side", "cullface": "south"}, + "up": {"uv": [1, 0, 2, 2], "texture": "#side", "cullface": "south"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#side", "cullface": "south"} + } + }, + { + "name": "Cube", + "from": [15, 0, 2], + "to": [16, 16, 14], + "faces": { + "up": {"uv": [13, 2, 14, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [13, 1, 14, 13], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [14, -0.1111, 0], + "to": [16, 16.0089, 2], + "faces": { + "north": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [2, 0, 4, 16], "texture": "#side", "cullface": "east"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 90, "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [0, -0.1111, 0], + "to": [2, 16.0089, 2], + "faces": { + "north": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "north"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [0, -0.1111, 14], + "to": [2, 16.0089, 16], + "faces": { + "south": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [14, -0.1111, 14], + "to": [16, 16.0089, 16], + "faces": { + "east": {"uv": [2, 0, 4, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [6, 0, 8, 16], "texture": "#side", "cullface": "south"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [16, 0, 4], + "to": [18, 16, 12], + "faces": { + "north": {"uv": [10, 0, 11, 16], "texture": "#side", "cullface": "east"}, + "east": {"uv": [4, 0, 12, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 1, 16], "texture": "#side", "cullface": "east"}, + "up": {"uv": [14, 4, 16, 12], "texture": "#top", "cullface": "east"}, + "down": {"uv": [14, 4, 16, 12], "texture": "#top", "cullface": "east"} + } + }, + { + "name": "Cube", + "from": [2, 0, 0], + "to": [14, 16, 1], + "faces": { + "up": {"uv": [2, 2, 14, 3], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 13, 14, 14], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [4, 0, -2], + "to": [12, 16, 0], + "faces": { + "north": {"uv": [4, 0, 12, 16], "texture": "#front", "cullface": "north"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#front", "cullface": "north"}, + "west": {"uv": [12, 0, 13, 16], "texture": "#front", "cullface": "north"}, + "up": {"uv": [4, 0, 12, 2], "texture": "#top", "cullface": "north"}, + "down": {"uv": [5, 14, 13, 16], "texture": "#top", "cullface": "north"} + } + }, + { + "name": "Cube", + "from": [2, 0, 15], + "to": [14, 16, 16], + "faces": { + "up": {"uv": [2, 13, 14, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 2, 14, 3], "texture": "#top", "cullface": "down"} + } + }, + { + "name": "Cube", + "from": [4, 0, 16], + "to": [12, 16, 18], + "faces": { + "east": {"uv": [4, 0, 5, 16], "texture": "#side", "cullface": "south"}, + "south": {"uv": [4, 0, 12, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#side", "cullface": "south"}, + "up": {"uv": [4, 14, 12, 16], "texture": "#top", "cullface": "south"}, + "down": {"uv": [3, 0, 11, 2], "texture": "#top", "cullface": "south"} + } + } + ] +} diff --git a/assets/treehollows/models/block/acacia_hollow.json b/assets/treehollows/models/block/acacia_hollow.json index d4d204f..375b9eb 100644 --- a/assets/treehollows/models/block/acacia_hollow.json +++ b/assets/treehollows/models/block/acacia_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/acacia_log_top", "front": "treehollows:block/acacia_hollow", diff --git a/assets/treehollows/models/block/birch_hollow.json b/assets/treehollows/models/block/birch_hollow.json index 032235d..01ab4c6 100644 --- a/assets/treehollows/models/block/birch_hollow.json +++ b/assets/treehollows/models/block/birch_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/birch_log_top", "front": "treehollows:block/birch_hollow", diff --git a/assets/treehollows/models/block/dark_oak_hollow.json b/assets/treehollows/models/block/dark_oak_hollow.json index e73d822..e2a7afd 100644 --- a/assets/treehollows/models/block/dark_oak_hollow.json +++ b/assets/treehollows/models/block/dark_oak_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/dark_oak_log_top", "front": "treehollows:block/dark_oak_hollow", diff --git a/assets/treehollows/models/block/jungle_hollow.json b/assets/treehollows/models/block/jungle_hollow.json index 3d0e974..b89183d 100644 --- a/assets/treehollows/models/block/jungle_hollow.json +++ b/assets/treehollows/models/block/jungle_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/jungle_log_top", "front": "treehollows:block/jungle_hollow", diff --git a/assets/treehollows/models/block/oak_hollow.json b/assets/treehollows/models/block/oak_hollow.json index 7aadd78..c0dc3a0 100644 --- a/assets/treehollows/models/block/oak_hollow.json +++ b/assets/treehollows/models/block/oak_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/oak_log_top", "front": "treehollows:block/oak_hollow", diff --git a/assets/treehollows/models/block/spruce_hollow.json b/assets/treehollows/models/block/spruce_hollow.json index 9953090..fd1f841 100644 --- a/assets/treehollows/models/block/spruce_hollow.json +++ b/assets/treehollows/models/block/spruce_hollow.json @@ -1,5 +1,5 @@ { - "parent": "minecraft:block/log", + "parent": "minecraft:block/hollow", "textures": { "top": "minecraft:block/spruce_log_top", "front": "treehollows:block/spruce_hollow", From 38f78c76f6bbda2ccfe1442a8be7ab04fc2e341b Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:40:05 +0200 Subject: [PATCH 17/17] Added more compatibility for Biome Makeover. --- assets/biomemakeover/blockstates/willow_log.json | 7 +++++++ assets/biomemakeover/models/block/willow_log.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 assets/biomemakeover/blockstates/willow_log.json create mode 100644 assets/biomemakeover/models/block/willow_log.json diff --git a/assets/biomemakeover/blockstates/willow_log.json b/assets/biomemakeover/blockstates/willow_log.json new file mode 100644 index 0000000..a5ee78c --- /dev/null +++ b/assets/biomemakeover/blockstates/willow_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "biomemakeover:block/willow_log" }, + "axis=z": { "model": "biomemakeover:block/willow_log", "x": 90 }, + "axis=x": { "model": "biomemakeover:block/willow_log", "x": 90, "y": 90 } + } +} diff --git a/assets/biomemakeover/models/block/willow_log.json b/assets/biomemakeover/models/block/willow_log.json new file mode 100644 index 0000000..cff74f2 --- /dev/null +++ b/assets/biomemakeover/models/block/willow_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "biomemakeover:block/willow_log_top", + "side": "biomemakeover:block/willow_log" + } +} \ No newline at end of file