From 540e6941efba57359d908644a2eb7d7dc2a7b672 Mon Sep 17 00:00:00 2001 From: Yulife Date: Sun, 11 Sep 2016 14:22:41 +0200 Subject: [PATCH] Incense Pillar --- .../models/block/pillar_bottom.json | 184 +++++++++++ .../bloodmagic/models/block/pillar_mid.json | 294 ++++++++++++++++++ .../bloodmagic/models/block/pillar_top.json | 184 +++++++++++ .../textures/models/pillar_base.png | Bin 0 -> 1573 bytes .../textures/models/pillar_base_c.png | Bin 0 -> 1515 bytes .../textures/models/pillar_base_d.png | Bin 0 -> 1489 bytes .../textures/models/pillar_base_s.png | Bin 0 -> 1517 bytes .../textures/models/pillar_base_v.png | Bin 0 -> 1590 bytes .../bloodmagic/textures/models/pillar_mid.png | Bin 0 -> 1901 bytes .../textures/models/pillar_mid_c.png | Bin 0 -> 1853 bytes .../textures/models/pillar_mid_d.png | Bin 0 -> 1805 bytes .../textures/models/pillar_mid_s.png | Bin 0 -> 1794 bytes .../textures/models/pillar_mid_v.png | Bin 0 -> 2446 bytes 13 files changed, 662 insertions(+) create mode 100644 src/main/resources/assets/bloodmagic/models/block/pillar_bottom.json create mode 100644 src/main/resources/assets/bloodmagic/models/block/pillar_mid.json create mode 100644 src/main/resources/assets/bloodmagic/models/block/pillar_top.json create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_base.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_base_c.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_base_d.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_base_s.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_base_v.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_mid.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_mid_c.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_mid_d.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_mid_s.png create mode 100644 src/main/resources/assets/bloodmagic/textures/models/pillar_mid_v.png diff --git a/src/main/resources/assets/bloodmagic/models/block/pillar_bottom.json b/src/main/resources/assets/bloodmagic/models/block/pillar_bottom.json new file mode 100644 index 00000000..ffe9b20e --- /dev/null +++ b/src/main/resources/assets/bloodmagic/models/block/pillar_bottom.json @@ -0,0 +1,184 @@ +{ +"textures": { + "texture": "models/pillar_base_d" +}, +"elements": [ +{ + "__comment": "Base1", + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, + "north": { "uv": [ 0, 7, 8, 8 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 7, 8, 8 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 8, 8 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 7, 8, 8 ], "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Base2", + "from": [ 1, 2, 1 ], + "to": [ 15, 3, 15 ], + "faces": { + "north": { "uv": [ 0, 8.5, 7.5, 9 ], "texture": "#texture" }, + "south": { "uv": [ 0, 8.5, 7.5, 9 ], "texture": "#texture" }, + "west": { "uv": [ 0, 8.5, 7.5, 9 ], "texture": "#texture" }, + "east": { "uv": [ 0, 8.5, 7.5, 9 ], "texture": "#texture" } + } +}, +{ + "__comment": "Base3", + "from": [ 0, 3, 0 ], + "to": [ 16, 5, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 8, 1 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 8, 1 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 8, 1 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 8, 1 ], "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Rim1", + "from": [ 3, 5, 13 ], + "to": [ 13, 6, 15 ], + "faces": { + "up": { "uv": [ 1.5, 7, 6.5, 8 ], "texture": "#texture" }, + "north": { "uv": [ 1.5, 7, 6.5, 7.5 ], "texture": "#texture" }, + "south": { "uv": [ 1.5, 7.5, 6.5, 8 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim2", + "from": [ 1, 5, 3 ], + "to": [ 3, 6, 13 ], + "faces": { + "up": { "uv": [ 0, 1.5, 1, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 7.5, 6.5, 8 ], "texture": "#texture" }, + "east": { "uv": [ 1.5, 7, 6.5, 7.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook1", + "from": [ -1, -0.5, -1 ], + "to": [ 1, 2.5, 1 ], + "faces": { + "down": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "west" }, + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "west" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" } + } +}, +{ + "__comment": "Rim4", + "from": [ 3, 5, 1 ], + "to": [ 13, 6, 3 ], + "faces": { + "up": { "uv": [ 1.5, 0, 6.5, 1 ], "texture": "#texture" }, + "north": { "uv": [ 1.5, 7.5, 6.5, 8 ], "texture": "#texture" }, + "south": { "uv": [ 1.5, 7, 6.5, 7.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim4", + "from": [ 13, 5, 3 ], + "to": [ 15, 6, 13 ], + "faces": { + "up": { "uv": [ 7, 1.5, 8, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 7, 6.5, 7.5 ], "texture": "#texture" }, + "east": { "uv": [ 1.5, 7.5, 6.5, 8 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook5", + "from": [ 1, 5, 13 ], + "to": [ 3, 8, 15 ], + "faces": { + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook6", + "from": [ 13, 5, 13 ], + "to": [ 15, 8, 15 ], + "faces": { + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook7", + "from": [ 13, 5, 1 ], + "to": [ 15, 8, 3 ], + "faces": { + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook8", + "from": [ 1, 5, 1 ], + "to": [ 3, 8, 3 ], + "faces": { + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook2", + "from": [ 15, -0.5, -1 ], + "to": [ 17, 2.5, 1 ], + "faces": { + "down": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "east" }, + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "east" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Nook3", + "from": [ 15, -0.5, 15 ], + "to": [ 17, 2.5, 17 ], + "faces": { + "down": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "east" }, + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "east" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Nook4", + "from": [ -1, -0.5, 15 ], + "to": [ 1, 2.5, 17 ], + "faces": { + "down": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "west" }, + "up": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "west" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "texture": "#texture", "cullface": "west" } + } +} +] +} \ No newline at end of file diff --git a/src/main/resources/assets/bloodmagic/models/block/pillar_mid.json b/src/main/resources/assets/bloodmagic/models/block/pillar_mid.json new file mode 100644 index 00000000..42eb268e --- /dev/null +++ b/src/main/resources/assets/bloodmagic/models/block/pillar_mid.json @@ -0,0 +1,294 @@ +{ +"textures": { + "texture": "models/pillar_mid_d" +}, +"elements": [ +{ + "__comment": "Base1", + "from": [ 2, 0, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6.5, 6, 8.5 ], "texture": "#texture" }, + "south": { "uv": [ 0, 6.5, 6, 8.5 ], "texture": "#texture" }, + "west": { "uv": [ 0, 6.5, 6, 8.5 ], "texture": "#texture" }, + "east": { "uv": [ 0, 6.5, 6, 8.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim1", + "from": [ 5, 4, 11 ], + "to": [ 11, 8, 14 ], + "faces": { + "up": { "uv": [ 5, 2.5, 8, 4 ], "texture": "#texture" }, + "north": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "south": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "east": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim2", + "from": [ 2, 4, 5 ], + "to": [ 5, 8, 11 ], + "faces": { + "up": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 90, "texture": "#texture" }, + "north": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "south": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "east": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim3", + "from": [ 5, 4, 2 ], + "to": [ 11, 8, 5 ], + "faces": { + "up": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 180, "texture": "#texture" }, + "north": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "south": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "east": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" } + } +}, +{ + "__comment": "Rim4", + "from": [ 11, 4, 5 ], + "to": [ 14, 8, 11 ], + "faces": { + "up": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 270, "texture": "#texture" }, + "north": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "south": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" }, + "east": { "uv": [ 1.5, 4.5, 4.5, 6.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Mid1", + "from": [ 5, 8, 5 ], + "to": [ 11, 12, 11 ], + "faces": { + "down": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture" }, + "up": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 5, 11.5, 7 ], "texture": "#texture" }, + "south": { "uv": [ 8.5, 5, 11.5, 7 ], "texture": "#texture" }, + "west": { "uv": [ 8.5, 5, 11.5, 7 ], "texture": "#texture" }, + "east": { "uv": [ 8.5, 5, 11.5, 7 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook", + "from": [ 11, 3, 11 ], + "to": [ 13, 6, 13 ], + "faces": { + "down": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture" }, + "up": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture" }, + "north": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "south": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "west": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "east": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook2", + "from": [ 3, 3, 11 ], + "to": [ 5, 6, 13 ], + "faces": { + "down": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture" }, + "up": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture" }, + "north": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "south": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "west": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "east": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook3", + "from": [ 3, 3, 3 ], + "to": [ 5, 6, 5 ], + "faces": { + "down": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture" }, + "up": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture" }, + "north": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "south": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "west": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "east": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Nook4", + "from": [ 11, 3, 3 ], + "to": [ 13, 6, 5 ], + "faces": { + "down": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture" }, + "up": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture" }, + "north": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "south": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "west": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" }, + "east": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Mid3", + "from": [ 5, 13, 5 ], + "to": [ 11, 17, 11 ], + "faces": { + "down": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 8.5, 2.5, 11.5, 4.5 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 8.5, 2.5, 11.5, 4.5 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 8.5, 2.5, 11.5, 4.5 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 8.5, 2.5, 11.5, 4.5 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Mid5", + "from": [ 5, 18, 5 ], + "to": [ 11, 22, 11 ], + "faces": { + "down": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 10.5, 10.5, 13.5, 13.5 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 8.5, 0, 11.5, 2 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 8.5, 0, 11.5, 2 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 8.5, 0, 11.5, 2 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 8.5, 0, 11.5, 2 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Mid2", + "from": [ 5.5, 12, 5.5 ], + "to": [ 10.5, 13, 10.5 ], + "faces": { + "north": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture" }, + "south": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture" }, + "west": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture" }, + "east": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture" } + } +}, +{ + "__comment": "Mid4", + "from": [ 5.5, 17, 5.5 ], + "to": [ 10.5, 18, 10.5 ], + "faces": { + "north": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 12, 2, 14.5, 2.5 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Rim5", + "from": [ 5, 22, 11 ], + "to": [ 11, 26, 14 ], + "faces": { + "down": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 180, "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Rim6", + "from": [ 11, 22, 5 ], + "to": [ 14, 26, 11 ], + "faces": { + "down": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 270, "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Rim7", + "from": [ 2, 22, 5 ], + "to": [ 5, 26, 11 ], + "faces": { + "down": { "uv": [ 5, 2.5, 8, 4 ], "rotation": 90, "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Rim8", + "from": [ 5, 22, 2 ], + "to": [ 11, 26, 5 ], + "faces": { + "down": { "uv": [ 5, 2.5, 8, 4 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 1.5, 2, 4.5, 4 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 6.5, 0, 8, 2 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Base2", + "from": [ 2, 26, 2 ], + "to": [ 14, 30, 14 ], + "faces": { + "down": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 6, 2 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 0, 0, 6, 2 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 0, 0, 6, 2 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 0, 0, 6, 2 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Nook5", + "from": [ 11, 24, 11 ], + "to": [ 13, 27, 13 ], + "faces": { + "down": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Nook7", + "from": [ 3, 24, 11.5 ], + "to": [ 5, 27, 13.5 ], + "faces": { + "down": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Nook8", + "from": [ 3, 24, 3 ], + "to": [ 5, 27, 5 ], + "faces": { + "down": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" } + } +}, +{ + "__comment": "Nook6", + "from": [ 11, 24, 3 ], + "to": [ 13, 27, 5 ], + "faces": { + "down": { "uv": [ 1.5, 9, 2.5, 10 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 3, 9, 4, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "south": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "west": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" }, + "east": { "uv": [ 0, 10.5, 1, 9 ], "texture": "#texture", "cullface": "up" } + } +} +] +} \ No newline at end of file diff --git a/src/main/resources/assets/bloodmagic/models/block/pillar_top.json b/src/main/resources/assets/bloodmagic/models/block/pillar_top.json new file mode 100644 index 00000000..a18f8199 --- /dev/null +++ b/src/main/resources/assets/bloodmagic/models/block/pillar_top.json @@ -0,0 +1,184 @@ +{ +"textures": { + "texture": "models/pillar_base_d" +}, +"elements": [ +{ + "__comment": "Base1", + "from": [ 0, 14, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, + "north": { "uv": [ 0, 7, 8, 8 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 7, 8, 8 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 8, 8 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 7, 8, 8 ], "rotation": 180, "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Base2", + "from": [ 1, 13, 1 ], + "to": [ 15, 14, 15 ], + "faces": { + "north": { "uv": [ 0, 8.5, 7.5, 9 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 0, 8.5, 7.5, 9 ], "rotation": 180, "texture": "#texture" }, + "west": { "uv": [ 0, 8.5, 7.5, 9 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 0, 8.5, 7.5, 9 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Base3", + "from": [ 0, 11, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 8, 1 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 8, 1 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 8, 1 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 8, 1 ], "rotation": 180, "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Rim1", + "from": [ 3, 10, 1 ], + "to": [ 13, 11, 3 ], + "faces": { + "down": { "uv": [ 1.5, 7, 6.5, 8 ], "texture": "#texture" }, + "north": { "uv": [ 1.5, 7.5, 6.5, 8 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 1.5, 7, 6.5, 7.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Rim2", + "from": [ 1, 10, 3 ], + "to": [ 3, 11, 13 ], + "faces": { + "down": { "uv": [ 0, 1.5, 1, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 7.5, 6.5, 8 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 1.5, 7, 6.5, 7.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook1", + "from": [ -1, 13.5, 15 ], + "to": [ 1, 16.5, 17 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "west" }, + "up": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "west" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" } + } +}, +{ + "__comment": "Rim4", + "from": [ 3, 10, 13 ], + "to": [ 13, 11, 15 ], + "faces": { + "down": { "uv": [ 1.5, 0, 6.5, 1 ], "texture": "#texture" }, + "north": { "uv": [ 1.5, 7, 6.5, 7.5 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 1.5, 7.5, 6.5, 8 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Rim4", + "from": [ 13, 10, 3 ], + "to": [ 15, 11, 13 ], + "faces": { + "down": { "uv": [ 7, 1.5, 8, 6.5 ], "texture": "#texture" }, + "west": { "uv": [ 1.5, 7, 6.5, 7.5 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 1.5, 7.5, 6.5, 8 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook5", + "from": [ 1, 8, 1 ], + "to": [ 3, 11, 3 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook6", + "from": [ 13, 8, 1 ], + "to": [ 15, 11, 3 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook7", + "from": [ 13, 8, 13 ], + "to": [ 15, 11, 15 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook8", + "from": [ 1, 8, 13 ], + "to": [ 3, 11, 15 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture" } + } +}, +{ + "__comment": "Nook2", + "from": [ 15, 13.5, 15 ], + "to": [ 17, 16.5, 17 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "east" }, + "up": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "east" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Nook3", + "from": [ 15, 13.5, -1 ], + "to": [ 17, 16.5, 1 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "east" }, + "up": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "east" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" } + } +}, +{ + "__comment": "Nook4", + "from": [ -1, 13.5, -1 ], + "to": [ 1, 16.5, 1 ], + "faces": { + "down": { "uv": [ 10, 0, 11, 1 ], "texture": "#texture", "cullface": "west" }, + "up": { "uv": [ 11.5, 0, 12.5, 1 ], "texture": "#texture", "cullface": "west" }, + "north": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "south": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "west": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 8.5, 0, 9.5, 1.5 ], "rotation": 180, "texture": "#texture", "cullface": "west" } + } +} +] +} \ No newline at end of file diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_base.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_base.png new file mode 100644 index 0000000000000000000000000000000000000000..61b2c87526eca833c3fcf677da9b1fcccdb73737 GIT binary patch literal 1573 zcmV+=2HN?FP)G*)50oO z81#Cqw_0e1!D**M7=|n@EwQ}PU^E!gX}6I@k-+l+_~>tc=T+?!0Diyq_~vdq&z}i= z$;grKBT6EwZV`teNgSi9Dkq%|LY|{*Du!WjdUAp&fMFQ;K|skgxgL+d@`b)=M9a1j z1c8%RZNeZVPE*n}!JUi=!;sNn$XVw#@4Wji&9!xAu8U(kOok)MjziHA4bvp>eVQ9B zTH9MlqQu6|F2O8hJei;w25*1&F;hPvO;a}Z_JEu_cUSp3Mn(`YOp_>zkrkCja~1dc z8pARX1ql2ZFP=Zcv@B{XD@0+0ZQFFaUD7-+9+0Lfsw^W20-a6=Z!#v&bDV0GLAT3t zqmHWS^e-<7I~}H;hhbWbudYxvt$08j_&C)n)x|~pAfR)6%w#lT+#jGQ3Ywy_+-OiT zE!sy%y!owfGaB@f1-LjrFCHMN8lLAd7z|Jq8M|C23PW^NB}!6;qajI_5d;CX9iLIR-W^v5(fBvIbK$fP+ipoOCFX`mPLB!=ct;7 ztSFqGe@g%2qWD_?&}p|hJlH1+L!5;waTu|&yNe`>tgf$PSS6w)!7xqql7Vg8+-Wp8 z`;xERSK5H@xwN)6$>Ny7XvF2k1x~ffY&J!bWL(!pAV-!&?1e@8mp!ifec~vjWZT6z zu=VCcW}ZiRVF3}S*6Rq8MEmH7$z+V8DCoMu-h+qCJeNkJLA}|e{og}^*{pcL@xeZ- zrg4091cE@xvk|4tx~_A2+-7}e4`i8_2L~)I*QwU)#UH`K8_Rt7!JpAe zCRv)|)N07O!O@EsL}5hPuArMHda1<8=_#YjOPbr;Jp1_H=&D{gKqz{GqMnd{o;}SU z=4D>bVzk)cY5?WCYpC8a6Fs118XS6k;w&ZRTt5lzaGfV!6eQ#%LR3YhG@}Q@!7C+{^JjCd7^N@XP&6l>vVqcCr@qa`{?n_lycl9ze-96Q&XN&{_i`7V6IDiD-!5@N)4_y2OY>AsC zPMkm-5J+4AA!L~o2xBY+9(uO+Ot015wPj^yWaPqOG-l>71}Wz~#VsDaZ!ACY&VJV3PQHRK zZauet{RgkLw{GwA(|3L$ctNS8AK_UM`?nI3Bx0H7T-)Bl_dOmwI3$i@uEtm7c~0Dm z*xXPwO@m`Q{OyCk1Mrg{|B73?2LOCDd5@>NE#@ir5AX9?r7BaC^dfBAMr%z=!^!a} zLcnlijRyyZc)rKZ-Zm#kr`UBvx=0E9kfv$@c<=Wg@X`7`0N%Lyu7Gy|_{aMPg8xy< zlqJeh6k2m}enA*USW0kqeugOxWohsu53MyTgFbmykn|G#&|@)A|L=`n7ytq3Vu=uf z&8$+si zg7MiHKk#T9m`&5}0V-3G7dcW29v>Yuoy<5sI^}Xap)3tWZg4%DAPS&q+1T1ZO2Ke_ z6)9!+0Bf5AwAN%Pi0isUamexU3HF&o+z%Pv7;xt=_q)CW2~t`NHwGwMv2kr3DFs?u*YuJe z>sv#bx@CQHo$b+eXarJk?H791WN zbq>(Ehh06Pe%Ji49kpNLpV>pSak(>@(A$mKoH{6P%6_oN!{r_7rs7uoMgE1SF?{w-yS5K&}BY4&m-+yzJQSd5v7e|z3z`brK-7pvVXOaoqH}`|H{v@WUZx_f~0M;Cna8(*i;1qbP45<6sGFKB9) zt0F_&hNw{}+Ypp47hK`_K5g4F+#1mNKYi8{rV40V3!Ph3m7;DflnOA7BGWZ_-7=r5 z=RDClz_XtC*JR9PQL=0eC(9Y9>6CH4WSW(v1svxK?icgtJkfasPdx!J+S?&8HuFr< z_Yw+Mpn5irC6QLkT9`2D39jl1Q5;ibdG`*SpN#PXpSrH;U)DsWA_klcdd4QHZ2}3Q zsIiNNjrkK#r0Ek+bPn*WC&F-v@(rWR+Z@%P^Nb~`@0{7g@Hf%igB{0Dh`2gsw8 RaQgrN002ovPDHLkV1jzh$9@0+ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_base_d.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_base_d.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8ef737a35b38a134ff8baf40d3ef11bca51635 GIT binary patch literal 1489 zcmV;?1upuDP)XIO6~S1zt%+ zK~z}7t=7Gd9akO3@$bx>IrDz++_%lH<9L%babjT-s1OyRh5vyjJp~ni0}{~EP(z)9 z1_{w1AtV%VWMl(|wY}NBcYXK1&D?oAXXa3ZSi3?YNRwYR)yy-`Pdevg-9I@pqcowe z6=hX3Od=fDVY}Jm2pfYT@I0pDl*Q#0s%weEfc?H;I!^h`?;l#1zx|n+ed~Kz!Mz*L z-+b@Hy!GZCe)Zw+EIwz1Z9B|nQ>NpTw(YoFUU4u1G;cB%Z418vj5!g0m zQIZZ5ma8pIT@(5)O{2KXa=NY~+n4N%3V^?!&UyB73&5M-|M{!Gefapf#TSgI>IPp5 zjvw4-wOX^*qdF>Hp`KYO<5FJmPH(gG<8D| z_>4y>OyG)w9M^TpvYfV6ShmA-GD3F{ z244RLEDO>>LS2<4g8{DesA`334cRVdG#as5tr;XCLP+8;Kx@r(GA53~{s97CB0Z1W zZ@j_PdP`l`Owt5^*>sH7ihWU%V9^6N%hJ9HPClP}r!gMWl zqp51eG#&O2K-Y2l{ERe-$oB;Ylazzm7=X*g0OjHv1wOA0RL3xp6vf$SgP?wv#a_|YSL z;V>K~oSiQSe3#Z(jMD*FpxchWeEbC8bCIsY(cz4IUorpB1=MG(zAxzO3DN!HhsM1B zKE;buROGRC*BswU*gTW?+YRCI3HwJ+=(HyJ`q#)`JjXsvd0D^Ut?&HA>gx$%fAG^@ zE%fz-=(~dJp7_!I0pYvvlFdJ%NkZ~q$DP{)R)6b|SwVPwf`0gCKKS*cSDvu@2Dt8t z@SS^@Aiy7tiTr?}nbB?{q!&Xl#%UDpJ72xwiQWx-=84dgz+88C4_}wS9rLCfXWm^VSw9# zPz|<-NT&j=KV~{RAdbTR0Y3A@!E3Kk&Mj=;M{jbJ?x?Yl#!xOBWZMxWaQRf<@I>zb z*FE7Zk7y;xu0z)?R+FJDO(0{O)fP*%3|oUS=9MRU2e|Hu^ww>#Y{(r->7d+}C<)oG zEo3?Y$Hfg}8m(V>qW3v)-4oT*e`18gD$gl(&DPE!sc0RA%GSsGL!G{*TlCE9mQq-VJ>B r+utx3%gq;hVs*9sFHbyq`htH0we=U2>i%d(00000NkvXXu0mjfgPGa@ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_base_s.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_base_s.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6a0cc03c599d79d1040188305142a847385ead GIT binary patch literal 1517 zcmVj1Zb=m*`1$s$D zK~z}7t=3DA9Y+~};kT-*Z`J2EGskCU?C}^A;}FRK6hs6PAhG6$uwliL{}APOuwa4M zM+#CT!vdltM0le3ZWGVtobJ6t%xq@A|DzrP3qbxb+h^oiEAKQ-u{5d&-AM0K!o7&*zW$emy3 zqA14mLfY04>j+~ENiwId4OMCg!;sbfO-^4t=Q;4@7k9t$k6(^lu5J?e9;Hc<(s6Kb zgw`?8lW#XhE2Q*^B8@4x)J?;~2Pf2Z z$8#%ywuR!(atjmNJ>n(TN^^2ZZzp!-%$R zaBjfbo?&o+C5~fevqJ{k;<^DLJ^HSqX?mh4qVIyp0jn9k-@Ca0`wc6a7j zr?|K{1uS70VoZUMii3k=Vx15_xIaE1&r_~mJw(TvbaTex{xy=MLV5w|W{pxIeh?5v z0n^!nx~|FdEyK_=*lK)$vn|PFhLn;p(v)?Bvjcg0%IeA?ZP!y28CA7qvDn2|K3VpH zwyCJ=X8a`_hJn)L>@5$_I>y?bx@lPMUZJWCMZQ5PkNJE_Q&%7)ySw{H&(gKyHz0#B z#NqMa{yjG9HHX)3uv#5bH#IL_JY%o}i^VQUl5k~pL|wOZO-&d?%ohiv1H`S{KXXl; zF<%^#ZoXnNT_9zEwJl9uqI^XdYJ~7m!M|^QX;SRaGV~3PAAcf71&lqxSWl?;eq-J8 zr;f8vOQNvD-)uOZ-ryuiY14?Ew>0Zd46?WEzB}dOUcr1JaZk?p)q6L^SWk@Jz*tYH zu>qGo@y_0FnfySLf0+~L7QHPvo*nZKyQVG!mTzk=KI-|v{Q8wAMh9H>g#NiEo;j-B z2qk>l(Bo7M2#?fozy9J7TS|))7U?_<+lv@QO7Z z3tZ9S*&fezINLB#K;NTWfLs@7J>~SpQ!4WsHt^CDzVCBwdPuG`b+{#peY~F?dm*Fk;0*4O>%3&d_O_WCa5?>&lK@O zW5WS|8+bvH`od#X!4 z^{LA37)_`6u8VKmgr0{| zieKNpEe3DAr5aaXM11#~r`O;52IA$b;>sqB;iXpZlDQ)69gpl zIWIRF=(^6z@-n{flVll({XS`$vbC{+X__Qi#;y0>1K_8(|3rQF4gh(QFyFZcKzA@; z5XXF03{BG*O(w)~Oz8W_qQH(KWKrO|E)RP>e9xmE1Pq5m4h|3TT$kR_5yCJ4_{)P1 z{>OU&WP^do9)$qBzr8JZMvOeq32YnRvd~SF`CEQ|K~ zI$55hYZ?GQe)UyeyLt26!h<*7LjB?WX9JjqK>@sQ;R3c{P?RNxt|QBmdKlu{Hnk|? zV!Mr0ikk1EltKeEar)w&PKWMbaBkr|NkDsc1q{=+@ogI^CBEz8IS#|=l=*y)CIq%^ zV_Oz+nqmmSqr*dnaZD73IJyqNA3ylu6ANd90psm|Jrh8D``R_tYPB$Rot32}ydXdV znv|qP!DuwXa~%92z_l!nheL!?cwxv+3Al>uhdrl4Tj){e6<6 zpnr0LPKT;7=JPqe?^BB+MsZADmPDS1E(F)FT;b04 zHWNTdNhu|kWnq;iwrS#6R&@Z^wvlDYhxhMONJ$CQf`GwjglpRvy3TkyWvN!f^*n^G zGo8&?URpxH^8x5|yI7Wmp=szsfTpoptI<6;;BzZ0w3a{9wUKvyN%~K$f6)VIl=Q5 zd=d5G4${hqlMeMS-=I7+(H1Uz^#|~`d;I9Z@1OWYWq>oE$ch5-wJntEAlBBm2(ojUgV%3zV`kQji^{OI(aGoPpo z@WdzX-9wvLs5nRH9-4FzaSo#l%c}t%NCV4ho%0Ffc>tXGgn04l>3p4ru!u2>5n`o< zN_E6a4J;Q?Z;<^nd*Tz7EAX^WsGVJut|5E7$jKvy**@e4$i)!VKSDJl)ZNZGpD>=s zG&}Q&AKv{ft>Y$v?-L)+uuYQ(JAbB-lFOT$IDg;aWPHNqtu2OeeEJVk`50F8iOS>n od#}8ry8ZsA`h;nkpXn3-0d>~-FGE>tWB>pF07*qoM6N<$g4p%+-v9sr literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_mid.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..2e16a4b22e38076f2ae3e2d9961d024d66feb105 GIT binary patch literal 1901 zcmV-z2a@=SP)=6 zPm$RF2*F^G^}w=_O3~zYlSw66Tu9?;Y$EgFyTsfam12=tGzvzYYN-UkLMpYQe&X@R zIeF|T*~}ujXMad%S0^LauC9xK_4Kjh7y?*rHgr|R&~<9MPAZi`5TKMVP%{ifS!OAp z2jKLvHK4co0)YK{tQKVKg zICJbMgQrdj+#$YOxM1GX)WU30#ba?3pRe&^ZHzytS~}2n5?HE-fLsoK%$xg4G7VI~NBDj|?F@T^O3i^=ntTas4^~xuqq% zJ|CJ|W%8Skvf1w^mrk$G1Gg534;^B9;s%)D@_1+vppd)S=eJItKsOAkmJ=HiTj5 zG`F-+&gTh_k2ChK^J@~f+*(Xc&oKGH1T|f!kjqgnmJsUZngptP4ap_b{qpbm{LjBd zsK1|@rvL8>+|FpX!{qoV_wLz4_?aJYN|FhO$JqJlPp$IGe!h+- z=HhXDJ|BUApG+=KI-TY#U;Ucd<$N06B8f^$W9lkqR{MXK~)s6S_zMhvAM;M*YE%2Z^7uuFhheEamY^UhJnZD!zxNl zjF00GMN~~A*xSp{wJV5ran%QQf9^q3`7lp}?%qanCWcZjgT+Fyvx~ZEpeR)e*({o( zP%~;sP8Y2m9Z0gwhUMJ-;6tWA&`L)rL^yJTCRtw26S-WDEj}NmQi*D{%4{sgY&^~* z`}dQG&k!CR!*VzsH6x~J0^It%{l5FnFF*Ozns+e2xVW4r^8b-1{H?7d=H^&Pr?ER6 zw6q3LE9DjW!usY5zh<_(AArk+If{k`z*0U>BobLu0ZmaD9T~ovCo~nUs$jR^ zOcT*zN0KDsGc#BOuscMq3=S^m3+vUBrCa#8hR>e4V=qWfCsjou z80w;{w}%Ex1EIctsuh)dp@2h@*u8fjWu=N?7=#7}0F$<@?W_NUcLYH|ayrp89jnd0 zB2QQZs45l4hlg;wT=-gB(Nqn$+f6c=#4yc`6EF+|yVZ&y2*hGBN`*Y8Y2xvE$t07s z1pL??BI$(%)L4visf6Tok>wtC!wGmSuYS`l#so#tGC71FOx>CfP}3Y!uV1BRgFb%4M7$59MNsYDL9rwUA0A zZpv=65l_sKo}XWt2ksQHXq3p~ItCERW| zZGix@k;ujsP)bD#r6Q)Tlgnl?>vcR{FO^D}h6XFeVi5roYl8*%re-djJ%c1k$W4vN zZuiC&=-IK8zMdZTJ@5bm;Pv|v8XAaBOi(D~vDs{hqQt=Vom5IinzwA>GY>zEQ>F4$-ZwlA_k7`tW->OtYMd96^JuC@qq_;w=|q%e nbX_OAut2c4m+06iqFvMOpJ~07N7u znXE%Dmqp5mgf=tNvux<@WTr4f&x6;CoA*dtCVE;Wx*XB0w{UX~Ns^GZ4Qh*Z0FJ+W0B(Qm!Y#MmU4PYxSO0;#kPz^f-;qqI<_=G9SzLL?t$Kvs#4r*fam9 zTE#$0q!<}{i<#M3(kTN?)3|>1=9)u(``07MwX1KUC<;*$(OmSo_10~!oElmaxLDcL z8V#yt57S7ar8G2ELsi9^0Q{hd>6mo=B+vezK7o-okYW7Z8Mv3w?p5c{U1ZzNEqI6O zyl7lxa(a>{zWNw9ULRc>z~Mh0NDRXOMIdEJy*SGO=xo(n1NL z2vUZDb#}oIQH^0~MrLD3!?M9O_;jU00D&Kp2GRs!rgCWb-b?`69J?jn0j^ z5B@6{92(;0)nSA#a5D~}46$94IBZiXdQ2A!OG1nlCT!$N_U*DVb_4T1@g0Zo226pUV)8<}G zGtKz;1g_&!E|&3qA2;hTG&I7V2X~RuQ@nZY2I9K+QsO7K5`dNWpZdzf$v40EWU>~3 zNXE-~B3h9r#>d`S&J>EOuw~n3TCD)tidN+d?f1Vv#?HPa-~LzS%rYgl#X4gXV{0-X z!;rz@;iWuL^oR!%R83)SehwK*!cby5X@Vdi-?5Y%-Wi`<&KJt=M+cI8cb0QUue`5y z?EUiYCt zI>>e9h{6~*XA^~z4I4VKEQ?CHisyM~DHWj#@?BZx3Uk<5lSZvU5QM~WjJjSCx_Rs1 zBcJ~Gk`Kf&PR3?#W{ygwf~pE486l;lyimb%O>EmCiei#>8%0YH>jjYQatVR}P}s8N zL #x-NZNHxox~+Ho7pwlNHYW}`)Mu83)+N!s95>+1&)$q2vYBZR_KVVY{iW4bU) zsaPQlB`sfKq;)LEf_6erZx2E!Z0PPp2(f+uT^lihB=AFIC^3yRqAivzUD3$rvuK)5 z&|E2uf9+gDS9M}FrrGf6-_b`xg6&uot8*0Ri?sZJ&W*YCuVCLd9!-jc(p`4m rtOXc`PNnFPw$dm9OlRr3(%%0AV&YqoEeI8f00000NkvXXu0mjfC&hES literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_mid_d.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_mid_d.png new file mode 100644 index 0000000000000000000000000000000000000000..a2962ef426e20dba19bb80545063a461d5d8dfd6 GIT binary patch literal 1805 zcmV+o2lDudP)F(*Ry1S~nb`Ew%9$A^OJ>i|I z^ws~E>jn;+$g$UGc&gYK-w@U6-^eZO@8*nkMr1<$GKgIvLchu zWofoL_`Xl2Q~*)JbzIVhPQB5h(QMJ__OPA7bpncvu4$xGDge87?c~hV72+u5sc-(3 z(XmmEzB_SS1mu7I>j-h+Q>hf0oo`|F98^U@S7qWD+FhHOxkYqEMiM0e-m9s%x&RCh zmGQj^e)Ig3Bo}9Rdfzyy8|2o*sviCN#l1<_>QJvQlS&(OI~HfpU**7mjtkr+tY7U( zvLAVv{@g6$h{>`y$F?V4SlLg$`D5Geb9U+?p6_GZF0w2U1s(ve{OQG{)3LZVJih|mSyqFC+_8$1Lrw*;tZE&YC`^7`_?4CihwFh1inYN z+b5gN5C$Puw+}$G+2Z7>3F0WEzT84p6y_Fc04&Wf;5ZJ;jV9lIQ=wGIlS%8h=YgAF z{_>B5v|1LvAE3x0sdNh04*~e&%YR?B)^|NLRRO>>bBs?;vHyFIBJ8+_@9cdWKZx&~ zz`x%-{l0RowPsm;Y{!M!ggt*d4nRJm-?<6b>NEc*tWsdDKCgurp4*eWee?uz95Yld z&}ds+yEezEsp)lzi#NZtT1^_wHje92t1sg^Hmahm{}-anP`SYVm%hX=cHfJksdzWM zb4LmsICNx{(I##(+FH0aJIA(dV|@Ml2N@k5D3wYSO9jrIndGawk;H+|@$s{~dgxX^RI4=%P3Ct${{qkc_%HxNmE!H0 zaPJSkk(`=5&yMY5%r92Sqz%%U41N$1crJbrQK^)eo}K5?cpS^%COXTxe<`-+EbcHApD4IED zXJ*+nQlW1Ts4iQ#Z1CXrO-aGb;&}n?z$2ecBPkMA$3~Jx5)x9HM!9HGt2YVah>VfK zwjIhvlMTzc>;A3D{r8PgE}ER4{4c}9Am+{GS zi1ow!lEl530NniiiAT04UwLYGvhF#S#Fab|1mP`tqTlc1dme_a5QhQnuDvQ>$lrbb z&y0QOBmmC*1(x5rzOn0v%q%RetH8kXxp?6+l}eFZE{z{XXsU>+s`Tsuil$>KGLj?_ z1YKlF;^f5CO1=;t**TV^(H4zCJ*em58EA3DVON?dbHXWnyz8@ZH9)* zNRo^|f+&f&u7~5exPt-n3ron88$4E>ZXc`H$Iw(<$3YMTG8qHgc1fjliUpJ9#qvrn*!`Q51T;K2a1Ph!W*efiMOm zrEOdRK>#zC#T&R}b2$`MW8eh@Q9`fVr%))+YPHE_4P;p*W26YfkaDR=CT(n-KuT9p zHI1#KqcqzVp65|Avj9}eMZz$^c3gUW7eRo5AE2r#u45C&@y1)w?Kz}$jitp!q6A#m zL)TRLPMdNePrvV=sw$E!6GaiarjsNQ1J|L}=xm&Tsw&JcR*91YQIya$4R{AyJw8KxjBL` zq*yGXC=zeH^)9k36Gt&+Grw^U5XYEip2t7+D30qhR5DkxK)qHY3}bpdn`*U&=LhJj z%I81(7&{->&cOFKu0RmQE8~1*s7TSwuNvo?t|LhzR literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/bloodmagic/textures/models/pillar_mid_s.png b/src/main/resources/assets/bloodmagic/textures/models/pillar_mid_s.png new file mode 100644 index 0000000000000000000000000000000000000000..3ebb670cf2feeb990dbf6b85c99fad726569a592 GIT binary patch literal 1794 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