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..982478e --- /dev/null +++ b/assets/architects_palette/models/block/stripped_twisted_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "top": "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..5d13e3a --- /dev/null +++ b/assets/architects_palette/models/block/twisted_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "top": "architects_palette:block/twisted_log_top", + "side": "architects_palette:block/twisted_log", + "particle": "architects_palette:block/twisted_log" + } +} \ No newline at end of file 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..3e55f7f --- /dev/null +++ b/assets/bewitchment/models/block/cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..cefc05c --- /dev/null +++ b/assets/bewitchment/models/block/dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..5644f73 --- /dev/null +++ b/assets/bewitchment/models/block/elder_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..95ab2da --- /dev/null +++ b/assets/bewitchment/models/block/juniper_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..cba22ed --- /dev/null +++ b/assets/bewitchment/models/block/stripped_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..cbfc710 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_dragons_blood_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..f0bee42 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_elder_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..2cbc7e9 --- /dev/null +++ b/assets/bewitchment/models/block/stripped_juniper_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "top": "bewitchment:block/stripped_juniper_log_top", + "side": "bewitchment:block/stripped_juniper_log" + } +} \ No newline at end of file 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/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/ancient_oak_log.json b/assets/biomemakeover/models/block/ancient_oak_log.json new file mode 100644 index 0000000..5aa0df3 --- /dev/null +++ b/assets/biomemakeover/models/block/ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "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 new file mode 100644 index 0000000..36c44b1 --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_ancient_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "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 new file mode 100644 index 0000000..3db4f23 --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "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 new file mode 100644 index 0000000..c1e3c19 --- /dev/null +++ b/assets/biomemakeover/models/block/stripped_willow_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "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 new file mode 100644 index 0000000..fb11ede --- /dev/null +++ b/assets/biomemakeover/models/block/swamp_cypress_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "biomemakeover:block/swamp_cypress_log_top", + "side": "biomemakeover:block/swamp_cypress_log" + } +} \ No newline at end of file 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 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..26060af --- /dev/null +++ b/assets/blockus/models/block/acacia_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..93d1144 --- /dev/null +++ b/assets/blockus/models/block/birch_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..a7ffe03 --- /dev/null +++ b/assets/blockus/models/block/dark_oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..f0d7821 --- /dev/null +++ b/assets/blockus/models/block/jungle_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..37cc720 --- /dev/null +++ b/assets/blockus/models/block/oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..501964b --- /dev/null +++ b/assets/blockus/models/block/spruce_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..61b84ae --- /dev/null +++ b/assets/blockus/models/block/stripped_white_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..9b3127a --- /dev/null +++ b/assets/blockus/models/block/white_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..8cceff8 --- /dev/null +++ b/assets/blockus/models/block/white_oak_small_logs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "top": "blockus:block/white_oak_small_logs_top", + "side": "blockus:block/white_oak_small_logs" + } +} \ No newline at end of file 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..4a7643b --- /dev/null +++ b/assets/byg/models/block/imbued_nightshade_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/log", + "textures": { + "top": "byg:block/nightshade_log_top", + "side": "byg:block/imbued_nightshade_log" + } +} \ No newline at end of file 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..101ee71 --- /dev/null +++ b/assets/croptopia/models/block/cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "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 new file mode 100644 index 0000000..84befdc --- /dev/null +++ b/assets/croptopia/models/block/stripped_cinnamon_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/log", + "textures": { + "top": "croptopia:block/stripped_cinnamon_log_top", + "side": "croptopia:block/stripped_cinnamon_log" + } +} \ No newline at end of file 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/ore_tree/models/block/coal_tree_log.json b/assets/ore_tree/models/block/coal_tree_log.json new file mode 100644 index 0000000..4fdf3d5 --- /dev/null +++ b/assets/ore_tree/models/block/coal_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..4a37ae9 --- /dev/null +++ b/assets/ore_tree/models/block/copper_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..7180879 --- /dev/null +++ b/assets/ore_tree/models/block/diamond_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..9ba5693 --- /dev/null +++ b/assets/ore_tree/models/block/emerald_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..4a7f117 --- /dev/null +++ b/assets/ore_tree/models/block/gold_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..6d833c8 --- /dev/null +++ b/assets/ore_tree/models/block/iron_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..ba6d33d --- /dev/null +++ b/assets/ore_tree/models/block/lapis_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..2de3de0 --- /dev/null +++ b/assets/ore_tree/models/block/quartz_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 new file mode 100644 index 0000000..120c5c4 --- /dev/null +++ b/assets/ore_tree/models/block/redstone_tree_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "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 diff --git a/assets/treehollows/models/block/acacia_hollow.json b/assets/treehollows/models/block/acacia_hollow.json new file mode 100644 index 0000000..375b9eb --- /dev/null +++ b/assets/treehollows/models/block/acacia_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "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..01ab4c6 --- /dev/null +++ b/assets/treehollows/models/block/birch_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "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..e2a7afd --- /dev/null +++ b/assets/treehollows/models/block/dark_oak_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "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..b89183d --- /dev/null +++ b/assets/treehollows/models/block/jungle_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "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..c0dc3a0 --- /dev/null +++ b/assets/treehollows/models/block/oak_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "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..fd1f841 --- /dev/null +++ b/assets/treehollows/models/block/spruce_hollow.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/hollow", + "textures": { + "top": "minecraft:block/spruce_log_top", + "front": "treehollows:block/spruce_hollow", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file