From bd9d71206f4a37f69c0e2f656756a372f5a9f868 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Sun, 11 Oct 2020 20:38:14 +0300 Subject: [PATCH] Textures and blockstates --- .../blockstates/violecite_brick_slab.json | 2 +- .../blockstates/violecite_brick_wall.json | 18 ++++++------- .../blockstates/violecite_pillar.json | 2 +- .../betterend/blockstates/violecite_slab.json | 2 +- .../betterend/blockstates/violecite_wall.json | 18 ++++++------- .../assets/betterend/lang/en_us.json | 16 +++++++++++- .../assets/betterend/lang/ru_ru.json | 16 +++++++++++- .../block/violecite_brick_half_slab.json | 8 ++++++ .../block/violecite_brick_wall_inventory.json | 2 +- .../block/violecite_brick_wall_post.json | 24 +++++++++++++++--- .../block/violecite_brick_wall_side.json | 22 +++++++++++++--- .../block/violecite_brick_wall_side_tall.json | 22 +++++++++++++--- .../models/block/violecite_half_slab.json | 8 ++++++ .../block/violecite_wall_inventory.json | 2 +- .../models/block/violecite_wall_post.json | 2 +- .../models/block/violecite_wall_side.json | 2 +- .../block/violecite_wall_side_tall.json | 2 +- .../models/item/violecite_brick_slab.json | 2 +- .../betterend/models/item/violecite_slab.json | 2 +- .../assets/betterend/textures/block/violecite | Bin 274 -> 0 bytes .../textures/block/violecite_bricks.png | Bin 0 -> 684 bytes .../block/violecite_bricks_wall_top.png | Bin 0 -> 2313 bytes ...lar_side.png => violecite_pillar_side.png} | Bin .../textures/block/violecite_pillar_top.png | Bin 268 -> 2088 bytes .../textures/block/violecite_post_side.png | Bin 0 -> 2050 bytes .../textures/block/violecite_post_top.png | Bin 0 -> 1965 bytes .../textures/block/violecite_tile.png | Bin 0 -> 1921 bytes 27 files changed, 130 insertions(+), 42 deletions(-) create mode 100644 src/main/resources/assets/betterend/models/block/violecite_brick_half_slab.json create mode 100644 src/main/resources/assets/betterend/models/block/violecite_half_slab.json delete mode 100644 src/main/resources/assets/betterend/textures/block/violecite create mode 100644 src/main/resources/assets/betterend/textures/block/violecite_bricks.png create mode 100644 src/main/resources/assets/betterend/textures/block/violecite_bricks_wall_top.png rename src/main/resources/assets/betterend/textures/block/{violecite_pilar_side.png => violecite_pillar_side.png} (100%) create mode 100644 src/main/resources/assets/betterend/textures/block/violecite_post_side.png create mode 100644 src/main/resources/assets/betterend/textures/block/violecite_post_top.png create mode 100644 src/main/resources/assets/betterend/textures/block/violecite_tile.png diff --git a/src/main/resources/assets/betterend/blockstates/violecite_brick_slab.json b/src/main/resources/assets/betterend/blockstates/violecite_brick_slab.json index cb44f1b7..607275c8 100644 --- a/src/main/resources/assets/betterend/blockstates/violecite_brick_slab.json +++ b/src/main/resources/assets/betterend/blockstates/violecite_brick_slab.json @@ -4,7 +4,7 @@ "model": "betterend:block/violecite_brick_half_slab" }, "type=double": { - "model": "betterend:block/violecite_brick_planks" + "model": "betterend:block/violecite_bricks" }, "type=top": { "model": "betterend:block/violecite_brick_half_slab", diff --git a/src/main/resources/assets/betterend/blockstates/violecite_brick_wall.json b/src/main/resources/assets/betterend/blockstates/violecite_brick_wall.json index c41190bc..dd4890b5 100644 --- a/src/main/resources/assets/betterend/blockstates/violecite_brick_wall.json +++ b/src/main/resources/assets/betterend/blockstates/violecite_brick_wall.json @@ -5,7 +5,7 @@ "up": "true" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_post" + "model": "betterend:block/violecite_brick_wall_post" } }, { @@ -13,7 +13,7 @@ "north": "low" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side", + "model": "betterend:block/violecite_brick_wall_side", "uvlock": true } }, @@ -22,7 +22,7 @@ "east": "low" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side", + "model": "betterend:block/violecite_brick_wall_side", "y": 90, "uvlock": true } @@ -32,7 +32,7 @@ "south": "low" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side", + "model": "betterend:block/violecite_brick_wall_side", "y": 180, "uvlock": true } @@ -42,7 +42,7 @@ "west": "low" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side", + "model": "betterend:block/violecite_brick_wall_side", "y": 270, "uvlock": true } @@ -52,7 +52,7 @@ "north": "tall" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side_tall", + "model": "betterend:block/violecite_brick_wall_side_tall", "uvlock": true } }, @@ -61,7 +61,7 @@ "east": "tall" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side_tall", + "model": "betterend:block/violecite_brick_wall_side_tall", "y": 90, "uvlock": true } @@ -71,7 +71,7 @@ "south": "tall" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side_tall", + "model": "betterend:block/violecite_brick_wall_side_tall", "y": 180, "uvlock": true } @@ -81,7 +81,7 @@ "west": "tall" }, "apply": { - "model": "minecraft:block/violecite_brick_wall_side_tall", + "model": "betterend:block/violecite_brick_wall_side_tall", "y": 270, "uvlock": true } diff --git a/src/main/resources/assets/betterend/blockstates/violecite_pillar.json b/src/main/resources/assets/betterend/blockstates/violecite_pillar.json index 3eb5a9cf..122c20b5 100644 --- a/src/main/resources/assets/betterend/blockstates/violecite_pillar.json +++ b/src/main/resources/assets/betterend/blockstates/violecite_pillar.json @@ -1,6 +1,6 @@ { "variants": { - "axis=x": { "model": "betterend:block/violecite_pillar", "x": 90, "y": 90 }, + "axis=x": { "model": "betterend:block/violecite_pillar", "x": 90, "y": 270 }, "axis=y": { "model": "betterend:block/violecite_pillar" }, "axis=z": { "model": "betterend:block/violecite_pillar", "x": 90 } } diff --git a/src/main/resources/assets/betterend/blockstates/violecite_slab.json b/src/main/resources/assets/betterend/blockstates/violecite_slab.json index a231e15f..1e4a0b4c 100644 --- a/src/main/resources/assets/betterend/blockstates/violecite_slab.json +++ b/src/main/resources/assets/betterend/blockstates/violecite_slab.json @@ -4,7 +4,7 @@ "model": "betterend:block/violecite_half_slab" }, "type=double": { - "model": "betterend:block/violecite_planks" + "model": "betterend:block/violecite" }, "type=top": { "model": "betterend:block/violecite_half_slab", diff --git a/src/main/resources/assets/betterend/blockstates/violecite_wall.json b/src/main/resources/assets/betterend/blockstates/violecite_wall.json index 15c6f3e5..fae6a469 100644 --- a/src/main/resources/assets/betterend/blockstates/violecite_wall.json +++ b/src/main/resources/assets/betterend/blockstates/violecite_wall.json @@ -5,7 +5,7 @@ "up": "true" }, "apply": { - "model": "minecraft:block/violecite_wall_post" + "model": "betterend:block/violecite_wall_post" } }, { @@ -13,7 +13,7 @@ "north": "low" }, "apply": { - "model": "minecraft:block/violecite_wall_side", + "model": "betterend:block/violecite_wall_side", "uvlock": true } }, @@ -22,7 +22,7 @@ "east": "low" }, "apply": { - "model": "minecraft:block/violecite_wall_side", + "model": "betterend:block/violecite_wall_side", "y": 90, "uvlock": true } @@ -32,7 +32,7 @@ "south": "low" }, "apply": { - "model": "minecraft:block/violecite_wall_side", + "model": "betterend:block/violecite_wall_side", "y": 180, "uvlock": true } @@ -42,7 +42,7 @@ "west": "low" }, "apply": { - "model": "minecraft:block/violecite_wall_side", + "model": "betterend:block/violecite_wall_side", "y": 270, "uvlock": true } @@ -52,7 +52,7 @@ "north": "tall" }, "apply": { - "model": "minecraft:block/violecite_wall_side_tall", + "model": "betterend:block/violecite_wall_side_tall", "uvlock": true } }, @@ -61,7 +61,7 @@ "east": "tall" }, "apply": { - "model": "minecraft:block/violecite_wall_side_tall", + "model": "betterend:block/violecite_wall_side_tall", "y": 90, "uvlock": true } @@ -71,7 +71,7 @@ "south": "tall" }, "apply": { - "model": "minecraft:block/violecite_wall_side_tall", + "model": "betterend:block/violecite_wall_side_tall", "y": 180, "uvlock": true } @@ -81,7 +81,7 @@ "west": "tall" }, "apply": { - "model": "minecraft:block/violecite_wall_side_tall", + "model": "betterend:block/violecite_wall_side_tall", "y": 270, "uvlock": true } diff --git a/src/main/resources/assets/betterend/lang/en_us.json b/src/main/resources/assets/betterend/lang/en_us.json index 0f80aefb..88b88bfa 100644 --- a/src/main/resources/assets/betterend/lang/en_us.json +++ b/src/main/resources/assets/betterend/lang/en_us.json @@ -127,5 +127,19 @@ "block.betterend.end_lily": "End Lily", "block.betterend.end_lily_seed": "End Lily Seed", "item.betterend.end_lily_leaf": "End Lily Leaf", - "item.betterend.end_lily_leaf_dried": "End Lily Leaf Dried" + "item.betterend.end_lily_leaf_dried": "End Lily Leaf Dried", + + "block.betterend.violecite": "Violecite", + "block.betterend.violecite_bricks": "Violecite Bricks", + "block.betterend.violecite_brick_slab": "Violecite Brick Slab", + "block.betterend.violecite_brick_stairs": "Violecite Brick Stairs", + "block.betterend.violecite_brick_wall": "Violecite Brick Wall", + "block.betterend.violecite_button": "Violecite Button", + "block.betterend.violecite_pillar": "Violecite Pillar", + "block.betterend.violecite_plate": "Violecite Plate", + "block.betterend.violecite_slab": "Violecite Slab", + "block.betterend.violecite_small_tiles": "Violecite Small Tiles", + "block.betterend.violecite_stairs": "Violecite Stairs", + "block.betterend.violecite_tile": "Violecite Tile", + "block.betterend.violecite_wall": "Violecite Wall" } \ No newline at end of file diff --git a/src/main/resources/assets/betterend/lang/ru_ru.json b/src/main/resources/assets/betterend/lang/ru_ru.json index 73c11f44..b84bf42e 100644 --- a/src/main/resources/assets/betterend/lang/ru_ru.json +++ b/src/main/resources/assets/betterend/lang/ru_ru.json @@ -127,5 +127,19 @@ "block.betterend.end_lily": "Лилия Края", "block.betterend.end_lily_seed": "Семя лилии Края", "item.betterend.end_lily_leaf": "Лист лилии Края", - "item.betterend.end_lily_leaf_dried": "Высушенный лист лилии Края" + "item.betterend.end_lily_leaf_dried": "Высушенный лист лилии Края", + + "block.betterend.violecite": "Виолецит", + "block.betterend.violecite_bricks": "Виолецитовые кирпичи", + "block.betterend.violecite_brick_slab": "Плита из виолецитовых кирпичей", + "block.betterend.violecite_brick_stairs": "Ступени из виолецитовых кирпичей", + "block.betterend.violecite_brick_wall": "Стена из виолецитовых кирпичей", + "block.betterend.violecite_button": "Виолецитовая кнопка", + "block.betterend.violecite_pillar": "Виолецитовая колонна", + "block.betterend.violecite_plate": "Виолецитовая нажимная плита", + "block.betterend.violecite_slab": "Виолецитовая плита", + "block.betterend.violecite_small_tiles": "Маленькая виолецитовая плитка", + "block.betterend.violecite_stairs": "Виолецитовые ступени", + "block.betterend.violecite_tile": "Виолецитовая плитка", + "block.betterend.violecite_wall": "Виолецитовая стена" } \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/violecite_brick_half_slab.json b/src/main/resources/assets/betterend/models/block/violecite_brick_half_slab.json new file mode 100644 index 00000000..6d52e930 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/violecite_brick_half_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "betterend:block/violecite_bricks", + "side": "betterend:block/violecite_bricks", + "top": "betterend:block/violecite_bricks" + } +} diff --git a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_inventory.json b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_inventory.json index 1e9673e3..8955de3f 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_inventory.json +++ b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_inventory.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/wall_inventory", "textures": { - "wall": "minecraft:block/violecite_bricks" + "wall": "betterend:block/violecite_bricks" } } diff --git a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_post.json b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_post.json index 5304434e..87799b7b 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_post.json +++ b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_post.json @@ -1,6 +1,22 @@ { - "parent": "minecraft:block/template_wall_post", - "textures": { - "wall": "minecraft:block/violecite_bricks" - } + "parent": "block/block", + "textures": { + "side": "betterend:block/violecite_post_side", + "top": "betterend:block/violecite_post_top", + "particle": "#side" + }, + "elements": [ + { + "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#side" } + } + } + ] } diff --git a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side.json b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side.json index 819543a2..1ac148cb 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side.json +++ b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side.json @@ -1,6 +1,20 @@ { - "parent": "minecraft:block/template_wall_side", - "textures": { - "wall": "minecraft:block/violecite_bricks" - } + "textures": { + "wall": "betterend:block/violecite_bricks", + "top": "betterend:block/violecite_bricks_wall_top", + "particle": "#wall" + }, + "elements": [ + { + "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#top", "cullface": "down" }, + "up": { "texture": "#top" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + } + } + ] } diff --git a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side_tall.json b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side_tall.json index 2966dff0..df0eb919 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side_tall.json +++ b/src/main/resources/assets/betterend/models/block/violecite_brick_wall_side_tall.json @@ -1,6 +1,20 @@ { - "parent": "minecraft:block/template_wall_side_tall", - "textures": { - "wall": "minecraft:block/violecite_bricks" - } + "textures": { + "wall": "betterend:block/violecite_bricks", + "top": "betterend:block/violecite_bricks_wall_top", + "particle": "#wall" + }, + "elements": [ + { + "from": [ 5, 0, 0 ], + "to": [ 11, 16, 8 ], + "faces": { + "down": { "texture": "#top", "cullface": "down" }, + "up": { "texture": "#top", "cullface": "up"}, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + } + } + ] } diff --git a/src/main/resources/assets/betterend/models/block/violecite_half_slab.json b/src/main/resources/assets/betterend/models/block/violecite_half_slab.json new file mode 100644 index 00000000..55194684 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/violecite_half_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "betterend:block/violecite", + "side": "betterend:block/violecite", + "top": "betterend:block/violecite" + } +} diff --git a/src/main/resources/assets/betterend/models/block/violecite_wall_inventory.json b/src/main/resources/assets/betterend/models/block/violecite_wall_inventory.json index 799d84b0..479a780d 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_wall_inventory.json +++ b/src/main/resources/assets/betterend/models/block/violecite_wall_inventory.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/wall_inventory", "textures": { - "wall": "minecraft:block/violecite" + "wall": "betterend:block/violecite" } } diff --git a/src/main/resources/assets/betterend/models/block/violecite_wall_post.json b/src/main/resources/assets/betterend/models/block/violecite_wall_post.json index 80d13460..ec0c961c 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_wall_post.json +++ b/src/main/resources/assets/betterend/models/block/violecite_wall_post.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/template_wall_post", "textures": { - "wall": "minecraft:block/violecite" + "wall": "betterend:block/violecite" } } diff --git a/src/main/resources/assets/betterend/models/block/violecite_wall_side.json b/src/main/resources/assets/betterend/models/block/violecite_wall_side.json index 75fcfcf4..9ec704d3 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_wall_side.json +++ b/src/main/resources/assets/betterend/models/block/violecite_wall_side.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/template_wall_side", "textures": { - "wall": "minecraft:block/violecite" + "wall": "betterend:block/violecite" } } diff --git a/src/main/resources/assets/betterend/models/block/violecite_wall_side_tall.json b/src/main/resources/assets/betterend/models/block/violecite_wall_side_tall.json index 847be061..4054b5fc 100644 --- a/src/main/resources/assets/betterend/models/block/violecite_wall_side_tall.json +++ b/src/main/resources/assets/betterend/models/block/violecite_wall_side_tall.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/template_wall_side_tall", "textures": { - "wall": "minecraft:block/violecite" + "wall": "betterend:block/violecite" } } diff --git a/src/main/resources/assets/betterend/models/item/violecite_brick_slab.json b/src/main/resources/assets/betterend/models/item/violecite_brick_slab.json index 80081c59..25eadef2 100644 --- a/src/main/resources/assets/betterend/models/item/violecite_brick_slab.json +++ b/src/main/resources/assets/betterend/models/item/violecite_brick_slab.json @@ -1,3 +1,3 @@ { - "parent": "betterend:block/violecite_brick_slab" + "parent": "betterend:block/violecite_brick_half_slab" } diff --git a/src/main/resources/assets/betterend/models/item/violecite_slab.json b/src/main/resources/assets/betterend/models/item/violecite_slab.json index db568062..9fe4c049 100644 --- a/src/main/resources/assets/betterend/models/item/violecite_slab.json +++ b/src/main/resources/assets/betterend/models/item/violecite_slab.json @@ -1,3 +1,3 @@ { - "parent": "betterend:block/violecite_slab" + "parent": "betterend:block/violecite_half_slab" } diff --git a/src/main/resources/assets/betterend/textures/block/violecite b/src/main/resources/assets/betterend/textures/block/violecite deleted file mode 100644 index 88788b5ac5946904e769563c22859e56ccc08cb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFo=M_36YrG2VSWj0!mvv4FO#mI;P@Vt) diff --git a/src/main/resources/assets/betterend/textures/block/violecite_bricks.png b/src/main/resources/assets/betterend/textures/block/violecite_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..98ff67c5911bff0dea9359e63630352b2d6c5e8a GIT binary patch literal 684 zcmV;d0#p5oP)hA^-kmJ4o>co80f2jGDbD=ix~A=xD4u*r;LkEf4ZjK&g| z-D*`=)mP@XUw_XSo^1Zyqcd#b8py4WF)0f6@x?@(h50RLQ{HiG~7I1(Y7tRJpGoLJwR0v5dggRSZld| zyyeT+OJa;uA2CLZF%w?>bbCRJk?nR%Q4|crfQX=~{C)KouNKGL-e2LI!&*yOmaJAQ z>bl;EUfx`gb0(#quip|=1fZ%aVvKZ~6%Wt5VTlM2&v!dAM~m0woSDsLq?8CD zaQww7=a(PIIZqQGhGE)Cj63mh98nRW?|W1g@BKs|gn+8D*=z_QOhoqY_A&M3Xo)#C z|8oFP*EQaI%Ce*=3cg#u<>=K3UDt7Vc*r=8JCV<;JDhXWbv-fPcT(3iB0|$NbT4aG z>t{rS$LD`1&00000;}PK8V;9jwhIx#V(}z`>MWX|MKbfesWHgj}+Bm*MV`CTZ_l zpHvYLtvEb{LOZrHh*-rAmN%ljssfHbE6BgWJ!5{+DN<%sy!9v=|4hv48396*%k{m(|i@ZlJ z)*UEh+8#nsiJJ{+u{6Pi;SpZJNi$)D6a|Vx9H$hkfv9s)z(D{6K}gpimW*Q+zpTre zU%rp&_~*MEz|^|kaUY#>2?paXG(EEfh7n6hr)aI9Q~~&8pvlFm05VG;&5=el3YVb* zUYFGZSq^j*D!+p=l96E)#*U1hCWS;ftUZ0l9N^@2;6N>eg}_MI$O4k(C>ux9&kz(x z5baR6EK1(ed!QDAqhPxm3RNTWI{%+wQQ*9?8suTjQjqrnTnYJ5B%VnwLk`F)bPU;1 zQ5J4D=L%^$9}BmZI$xW}_%OMpwIaPv7jSt*u z)nFw;i>#MqtUwenAc_5e~kw>_Re;x;r~`)^xGZ#EG%bq2yWg+H-2ism-x8@LNHY- zJXOZr$bHph>e}DsOfRq>3{E*1YRVtrC-a6Fnvb4X-EymO+VRa;Tk)){q4Slh?SHj4jR|a-dDXY3BIynON`kLAW${4suGw3M z&q7@Zw}#D19G6^Bl;E0JUgu0|R7W&y|17QVYpuP12&OWLxq}mzEI+?=VgEN54olmV zx_j5vh93jdYu0~ByO*WcKELCgo7aaAVH%4bGU2=9g$oxE;x8GLxGS!jqr@vuI z3ipf<_QNNxV-2gHs&Cr-Q{BE}Y)c~3r>hUk zenZR7D(ji#a;cE`wV@j}e$R2`i6v{v{;RW2+}Llczwy-!i>7ZnpZi<5V&MMfFXpdt zHe&fNH7pwZ?y0Y*CY{>fHs?ywdiOcLZR6~nSkjRTZ?CIf-+J|0&-#xp4Ljdh^E%&s zOJ>XF%Q=eyacquqqx9R>Ush%7SFi1;Q_4LIT0>+;e NS7x5`(+P9R{|27NG)4db literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/violecite_pilar_side.png b/src/main/resources/assets/betterend/textures/block/violecite_pillar_side.png similarity index 100% rename from src/main/resources/assets/betterend/textures/block/violecite_pilar_side.png rename to src/main/resources/assets/betterend/textures/block/violecite_pillar_side.png diff --git a/src/main/resources/assets/betterend/textures/block/violecite_pillar_top.png b/src/main/resources/assets/betterend/textures/block/violecite_pillar_top.png index 1f7c62e68faa99bdb5690c81db8399ca46e152e8..4e566140af124ee347499213795e79521f2ace8b 100644 GIT binary patch literal 2088 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 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/violecite_post_top.png b/src/main/resources/assets/betterend/textures/block/violecite_post_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4ffe2da5fee58d2518787c200d01bec470a73b GIT binary patch literal 1965 zcmb_dU1%It6dnykQ@62i{uJskp-^dN=YMu*%r>UGsaeRzm@YI5hTOUL&hC)ix#P?v zy9tP?h!Dt&58{KAMzBwo8uY=3N|dtrLn-yKAc$J>oJui-L|pIepJ|iUP+WFq?%etA zIo~HfsYPll7ZQ4^AK93W!hc(v?NG{X!GRy_b`aL8J?;J7Jn!1{OPRofoFO7@N z$byg0E{x^j!VEMJH+YI2sG8J38Ha$amP>A6R#RNVu1Uwyw7{_qNH~+?h9ZaTWNw^I z6Cbl$T<4*r%51`jOS)*tYCkKBQbG_Df~4@GWQw|}7;NjuQExu7&56vJmM{92;)-GD znSxNMRN@sSPW*x(8HOQiFMywFEsL4pwbY0<900FNl zs>&y2Tj4ET)u63f2;xK}=!Qnj5htM4n{REAv-qvnsN}E>S(pGua!+wEsxwAhYuec- z9|!W>T3;z*YV;w+Z+Z`i9aeykhYB=z2ho@CApQZEdpLUui-sbJHm#~eo8Ho80-yId;8$S-T?);sn~eN$a8|N7(IC%nz4 z-{0^yuYYy3=PL8Dbu2#B?T#J${p-aTI==qg+S@zdt+1axzS;ZQ`K`ZiA5HGuyf_$J zUOpn!xBj^B+xMSuy!R&igK+K6pFcmd`sJnC`m<~Gtut@*f4jK4a$-OJDswy{5;4XBCgK#uF^rGjwOt)BaIxw2es}lz zeLkP>W6Dqk%+=UGSgboATa5pkl^EUjvtVYB59SjV*8i*p~c z+3p#X>(-iU1CI%!8nXjQ4MKY&rXjS=R$7+OfVdf&SP+I~#eBliy^5FH302R=@ zFd|pA=x|L-b)DFz?WY#COX5D-BOngC10qKY9TJb02l4c2t7AU8{@>u$VBQ;$L3AMgQ(^}}t zgGWqL6G$>1kK5y{UDd-R&GS4-F(ktf2tgRliU|^gVib)t_@E)`vS!Mvf?13ps5Y7& z963#e5YsZWijhteN*I{{8cEwJE2Jb)5;HihQI96YC6R& z>dfPt1W;-NfsDqaUShF~gke@Tp)k@3nG|i*HEWQpg@)Rwi?Ff@*(|c6(FCs!fvM_s zsu~?HRL!_$%Eu9GyQv%~yOtAt*rJw;- zl0(h6LwSK?1%|%~in>MuCiqXVBnlx_j{y|390OrUYDyT#GMN;-YE;#cFmlHxT?7Jx zUolLeh|urz;3#anEK33nDW0XN5aDpqE&_%)iQwI+0UaW6u}+a;#2`1m-=~U=R&lNU zsXmuf5pn#hN{6^mh;_0A>vll`ggAx(fOis-%OTRdgLgv^9A{gt%ji`D(TS{RN?5f2AMKsZ>ABiu}gC4x@QA%?i1BtnIIuQ~mStbtFbS5X;DwuJyh ztKB`gXw?}?c>1$jm z*6r?Z>Bs-+KAjvf0+cXB6O_cQct~s3q)J2HTD9b}33F*2j)tAJ%uHEyk(tv_LDV{$ z!h6d$oUz%aJ?ZzA*Ohz$U)oUp!SaIVesB{*+i73U;LL0945tf|Y@k!#`!omILP82Wr?9gxnptqd3FuZhOMM0wD zSc6h@|AYDUf1V7CJ$&WWvFu={+BACkUDxrAW_F>p?&6{OtDZW$`i*eQ(gl}`iv7BK z{<+?_&Ip%&|HHFy=8wyE6<)7t?i}kn{Ph(r=Xo#Qz9RofPuKT7?Op3yiO$l#-Wl~< zPZfk8f8h0d*}na4g$J7akv-dbxSew=4!kyW^7_GpD~EPPjt>ufy!+FJk=E&0TX`U> zO&`eDHm*PK%FlbbxSQ>{@#5fye*WTUeC36%hMZTnb$pW-Jf?Zh%c}xei%PnFT0U>l zzV(YoHhuMF@A;o|M~AYyEBcJT!k72{(*2D4($&*9*mvH(`X1gtYv5Sf&h5|kZz8rV cz3Csa=tUpPAWwo!TV$;@t011MV8~^|S literal 0 HcmV?d00001