From 1168ec55b03a18f39a9faabbc15e70ee6a0aa8a4 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Tue, 19 Jan 2021 18:57:50 +0300 Subject: [PATCH] Lumecorn update --- .../betterend/blockstates/lumecorn.json | 6 +- .../materialmaps/block/lumecorn.json | 12 ++ .../models/block/lumecorn_middle.json | 133 ++++++++++++++++++ .../models/block/lumecorn_roots_big.json | 32 +++++ .../models/block/lumecorn_roots_small.json | 133 ++++++++++++++++++ .../textures/block/lumecorn_bark.png | Bin 2026 -> 0 bytes .../textures/block/lumecorn_big_petal.png | Bin 0 -> 1623 bytes .../textures/block/lumecorn_leaf_1.png | Bin 1840 -> 1950 bytes .../textures/block/lumecorn_leaf_2.png | Bin 1154 -> 1231 bytes .../textures/block/lumecorn_light_2.png | Bin 1206 -> 0 bytes .../textures/block/lumecorn_light_3.png | Bin 1255 -> 0 bytes .../textures/block/lumecorn_roots.png | Bin 1906 -> 2101 bytes .../textures/block/lumecorn_stem.png | Bin 0 -> 1858 bytes 13 files changed, 313 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/assets/betterend/models/block/lumecorn_middle.json create mode 100644 src/main/resources/assets/betterend/models/block/lumecorn_roots_big.json create mode 100644 src/main/resources/assets/betterend/models/block/lumecorn_roots_small.json delete mode 100644 src/main/resources/assets/betterend/textures/block/lumecorn_bark.png create mode 100644 src/main/resources/assets/betterend/textures/block/lumecorn_big_petal.png delete mode 100644 src/main/resources/assets/betterend/textures/block/lumecorn_light_2.png delete mode 100644 src/main/resources/assets/betterend/textures/block/lumecorn_light_3.png create mode 100644 src/main/resources/assets/betterend/textures/block/lumecorn_stem.png diff --git a/src/main/resources/assets/betterend/blockstates/lumecorn.json b/src/main/resources/assets/betterend/blockstates/lumecorn.json index d78ebe45..ab9cf754 100644 --- a/src/main/resources/assets/betterend/blockstates/lumecorn.json +++ b/src/main/resources/assets/betterend/blockstates/lumecorn.json @@ -3,8 +3,8 @@ "shape=light1": { "model": "betterend:block/lumecorn_light_1" }, "shape=light2": { "model": "betterend:block/lumecorn_light_2" }, "shape=light3": { "model": "betterend:block/lumecorn_light_3" }, - "shape=middle": { "model": "betterend:block/lumecon_middle_big" }, - "shape=bottom_big": { "model": "betterend:block/lumecorn_bottom_big" }, - "shape=bottom_small": { "model": "betterend:block/lumecorn_bottom_small" } + "shape=middle": { "model": "betterend:block/lumecorn_middle" }, + "shape=bottom_big": { "model": "betterend:block/lumecorn_roots_big" }, + "shape=bottom_small": { "model": "betterend:block/lumecorn_roots_small" } } } diff --git a/src/main/resources/assets/betterend/materialmaps/block/lumecorn.json b/src/main/resources/assets/betterend/materialmaps/block/lumecorn.json index bba3fb7d..f2157010 100644 --- a/src/main/resources/assets/betterend/materialmaps/block/lumecorn.json +++ b/src/main/resources/assets/betterend/materialmaps/block/lumecorn.json @@ -4,6 +4,18 @@ { "sprite": "betterend:block/lumecorn_light_1", "material": "betterend:glow_inc" + }, + { + "sprite": "betterend:block/lumecorn_leaf_2", + "material": "betterend:waving_floor" + }, + { + "sprite": "betterend:block/lumecorn_leaf_1", + "material": "betterend:waving_floor" + }, + { + "sprite": "betterend:block/lumecorn_big_petal", + "material": "betterend:waving" } ] } diff --git a/src/main/resources/assets/betterend/models/block/lumecorn_middle.json b/src/main/resources/assets/betterend/models/block/lumecorn_middle.json new file mode 100644 index 00000000..e44c70df --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/lumecorn_middle.json @@ -0,0 +1,133 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/lumecorn_stem", + "texture": "betterend:block/lumecorn_stem", + "leaf_2": "betterend:block/lumecorn_leaf_2", + "leaf_1": "betterend:block/lumecorn_leaf_1", + "big_petal": "betterend:block/lumecorn_big_petal" + }, + "elements": [ + { + "__comment": "PlaneY4", + "from": [ 11, 16, 0 ], + "to": [ 27, 16.001, 16 ], + "rotation": { "origin": [ 11, 16, 0 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 90 } + } + }, + { + "__comment": "PlaneY4", + "from": [ 11, 16, 0 ], + "to": [ 19, 16.001, 16 ], + "rotation": { "origin": [ 11, 16, 0 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 90 } + } + }, + { + "__comment": "PlaneY4", + "from": [ -11, 15.999, 0 ], + "to": [ 5, 16, 16 ], + "rotation": { "origin": [ 5, 16, 0 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 270 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2", "rotation": 270 } + } + }, + { + "__comment": "PlaneY4", + "from": [ -3, 15.999, 0 ], + "to": [ 5, 16, 16 ], + "rotation": { "origin": [ 5, 16, 0 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 270 }, + "up": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1", "rotation": 270 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 16, 11 ], + "to": [ 16, 16.001, 27 ], + "rotation": { "origin": [ 0, 16, 11 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 180 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 16, 11 ], + "to": [ 16, 16.001, 19 ], + "rotation": { "origin": [ 0, 16, 11 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1" }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 180 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 15.999, -11 ], + "to": [ 16, 16, 5 ], + "rotation": { "origin": [ 0, 16, 5 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 180 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2" } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 15.999, -3 ], + "to": [ 16, 16, 5 ], + "rotation": { "origin": [ 0, 16, 5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 180 }, + "up": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1" } + } + }, + { + "__comment": "PlaneY14", + "from": [ 8, 16, -7.5 ], + "to": [ 30, 16.001, 14.5 ], + "rotation": { "origin": [ 8, 16, -7.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 11, 11 ], "texture": "#big_petal" }, + "up": { "uv": [ 0, 0, 11, 11 ], "texture": "#big_petal" } + } + }, + { + "__comment": "PlaneX15", + "from": [ 0, 0, 0 ], + "to": [ 0.001, 16, 22.5 ], + "rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneX15", + "from": [ 16, 0, 0 ], + "to": [ 16.001, 16, 22.5 ], + "rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/lumecorn_roots_big.json b/src/main/resources/assets/betterend/models/block/lumecorn_roots_big.json new file mode 100644 index 00000000..376d26f1 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/lumecorn_roots_big.json @@ -0,0 +1,32 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/lumecorn_roots", + "texture": "betterend:block/lumecorn_roots", + "roots": "betterend:block/lumecorn_roots" + }, + "elements": [ + { + "__comment": "PlaneX2", + "from": [ 0, 0, 0 ], + "to": [ 0.001, 16, 22.5 ], + "rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" } + } + }, + { + "__comment": "PlaneX2", + "from": [ 16, 0, 0 ], + "to": [ 16.001, 16, 22.5 ], + "rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/lumecorn_roots_small.json b/src/main/resources/assets/betterend/models/block/lumecorn_roots_small.json new file mode 100644 index 00000000..2e152863 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/lumecorn_roots_small.json @@ -0,0 +1,133 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/lumecorn_roots", + "texture": "betterend:block/lumecorn_roots", + "leaf_2": "betterend:block/lumecorn_leaf_2", + "leaf_1": "betterend:block/lumecorn_leaf_1", + "big_petal": "betterend:block/lumecorn_big_petal" + }, + "elements": [ + { + "__comment": "PlaneY4", + "from": [ 11, 16, 0 ], + "to": [ 27, 16.001, 16 ], + "rotation": { "origin": [ 11, 16, 0 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 90 } + } + }, + { + "__comment": "PlaneY4", + "from": [ 11, 16, 0 ], + "to": [ 19, 16.001, 16 ], + "rotation": { "origin": [ 11, 16, 0 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 90 } + } + }, + { + "__comment": "PlaneY4", + "from": [ -11, 15.999, 0 ], + "to": [ 5, 16, 16 ], + "rotation": { "origin": [ 5, 16, 0 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 270 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2", "rotation": 270 } + } + }, + { + "__comment": "PlaneY4", + "from": [ -3, 15.999, 0 ], + "to": [ 5, 16, 16 ], + "rotation": { "origin": [ 5, 16, 0 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 270 }, + "up": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1", "rotation": 270 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 16, 11 ], + "to": [ 16, 16.001, 27 ], + "rotation": { "origin": [ 0, 16, 11 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 180 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 16, 11 ], + "to": [ 16, 16.001, 19 ], + "rotation": { "origin": [ 0, 16, 11 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1" }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 180 } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 15.999, -11 ], + "to": [ 16, 16, 5 ], + "rotation": { "origin": [ 0, 16, 5 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf_2", "rotation": 180 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf_2" } + } + }, + { + "__comment": "PlaneY17", + "from": [ 0, 15.999, -3 ], + "to": [ 16, 16, 5 ], + "rotation": { "origin": [ 0, 16, 5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 16 ], "texture": "#leaf_1", "rotation": 180 }, + "up": { "uv": [ 16, 8, 0, 16 ], "texture": "#leaf_1" } + } + }, + { + "__comment": "PlaneY14", + "from": [ 8, 16, -7.5 ], + "to": [ 30, 16.001, 14.5 ], + "rotation": { "origin": [ 8, 16, -7.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 11, 11 ], "texture": "#big_petal" }, + "up": { "uv": [ 0, 0, 11, 11 ], "texture": "#big_petal" } + } + }, + { + "__comment": "PlaneX15", + "from": [ 0, 0, 0 ], + "to": [ 0.001, 16, 22.5 ], + "rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneX15", + "from": [ 16, 0, 0 ], + "to": [ 16.001, 16, 22.5 ], + "rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/textures/block/lumecorn_bark.png b/src/main/resources/assets/betterend/textures/block/lumecorn_bark.png deleted file mode 100644 index fa71da05affbec3b375bd5f7ded7c9c54ba90548..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2026 zcmbVN4Qvx-7%qk}Ko>fP2!!Z)gG7GXyX)V2mmScx-CCe!KUIc7^m_NTJ+|H*cel0M zBH>3tq9X*A$d59ELc|0CHRvX6fMbyg0Tf3vmj#qygbAbx1ZCoP>knu)v)JT%f6x1T z&-1?T_uj^Ge_7u6spEAzU7pwDs)T2~c8nbZ|DR6YXW(g^GMpF$#&}eMXq~QjUR+|>8lWOU5atCMz0uZ=B0NW-XV#VK!XIZN}z~!G7BKQ zFte1Ry6d6DwAm2^yX%3VX2Ur)8!OexwS#HmSPayHD1<4{6_M2`MMPCpBH}Pf$iB{| zLZX~9U{p~Kh+=J~%HRB3q|rFcZ(gc-&z(JDhf#m2~3-;VyBw ztrnNvYDUu!hY~!plBGyv5dbOw)o~BEQ3|GrAvMOxz!8S!9Z^%K;@Aiy zgaMqI7^*qNwE2>BQ#v`j)!7yk7j~ zC3f4%FTo>sy~|E*eQ!gdr`XvNnYyRD`|RF|z$xqZ(=K(*TRi24jb1ddH@xBpCU_;e z8_jp$+tsu0_<{cRC!c%gLTAOBm#=otaeUQ!tn}2~f@jXQwUu2Il9RYQo4QNJzjoOC zyrV=|n6r;L{$h1UQ_r_?{oLXMyFXQkM-Z5f3+S~B^ zq?~~zhu?Z;bAB$Z{+2g=oqq0V?8sSzqQMR|oiQA^Ci~qNB0FdKZ%>%`b$(%iuW@5* ze@pqt`fbhU&!cMB$);PM=WMAt_gVji75IWGJ-2VctiN`w-j(c}aX+`{sX(GJ^kdDf Zu@jo_Ez7N3c24^md)!lvI6;>1s;*b3=DjSL74G){)!X^24=_1kcg59UmvUF{9L`nl>DSry^7odplSvN z8~cia#N_PM5{0DH^vpb4rT4q{D=B2A*eZpa`WpBaIHzW0dQ=sq23ProBv)l8Tc#-4 z+wpSQR9FE`$W1LtRH(?!$t$+1uvG#ZYz1V4g!Ppaz)DK8ZIv8BHY!B;1}He^7o{qg z>Y3>#8=4p?m|N-@ni*Icndm4O85o-D8<^`G8tWPuS{ayG8CxnqffCR<1qGX;lr*a# z7dNPNK%T8qMoCG5mA-y?dAVM>v0i>ry1t>MrKP@sk-m|UE>MMTab;dfVufyAu`ZE{1p|w*YQ-UNJPhfFY+}kyxN_sAmB38cdgi&u1T;l2Gc(1?z|qLU z)yUM?)Y8?!(9qS%(bd$%#lpzd*v-Jq%+b{irq?AuximL5uLPzy1)^p76m3N zAkRi0o~A)Oc)m!@17?OIV5%3_Wz=S1V4Cmg;usR){&w2#d|^j{W8amM?=QR|)PIB{ zT4b5W0%lE9j}V(ECsvaW@fR6Hx3H{mSk&j@=`@k;jfWbaM`2Sght6;5JpbCqSsVaAyPGv!}D{A)5n>d^1?{9oeUuYUEeE=>J=_|u;7X0L(}+Z{&s zg_A;%2#v?yKd(x zvodQ5x08>f)4liaSGV4pd8GOn8f!y_4&xOBUuf99&zxArur9*fb@6)f%yz@7o5pZ6@IMXEIz}fU%-*bmW zT$+!yZfrboE~5EGzrET#@#o9$au`lr_(Cdu`U%Ux4$FzH1rmnJdOACGjV`?Xeqv{O z$;{=kQbDo}GEOJ{2D^stzA%C5Nl&6FZ;#KxS5ddme3R!9+kDw5X=m2=yxk|+*@FEV z#m{|@|6LM#-PW&1%B&2sxiW_IHzopr08;p5L;wH) literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/lumecorn_leaf_1.png b/src/main/resources/assets/betterend/textures/block/lumecorn_leaf_1.png index 7488b67de8ed3cd31e402a6d79f3fa229facde13..5a1a5355c40a54bf8f39fa2cbf22ad25b6659b8a 100644 GIT binary patch delta 574 zcmdnMH;;dUiWFmUkh>GZx^prw85kH?(j9#r85lP9bN@+Xov0|z#Ktqx%AbjsYhqU} zGcT9I#P3e5KuSSjvnAsXCU!7WL1D5XOSgrBz8#dSU{jG>;OlGUky%`lUsMSfR#31h zN=dT{PAxv4)Vvg1r6MJJyLeY+CI$w^dTCD=#}EtuYV$@6#Pfty_{)g|`|2^k8mreX>AOEjSnup0JK#I?y>mXO7 z#1XgWi;L8N`8@OQ?@JcAD8$~~n8V6w=cm_ZdCo?o${^;$my^O9oZ=D{ z+ti=GYcg%-VXp6Nd~$)Yjq&!QE0T$A4GbQexAgEteEwF!yW@T$!(na%2Cje!&*bg* z8FYA^ZgiH{I@)j@D0qqI6I)L&_k$9~jSS1VJ6N|EGE5P3kT`Ypfim+Py&vn(oe?O1 zcDP=EZDS$h95$QVzb7>MPGat{kN?3VdXyz1xpCseiHbR=SN}I!Ki@9t!Gi~k?&?)~ rEsS&Y7%~|$*;G}YxU_IdNHAz@oLzBe&%$zG0%7oU^>bP0l+XkK&=bf1 delta 464 zcmbQozkzRp%0x#ICf1`9!~Gc*Ca%bxEWzlsIiB$c)8sgoZW(<$1)GZ80$*P%kIdqd z{Gv)AzbGZmDmb;!Zn7flxq6TSeV7Q4iLMwd=aO2ST$EW*l9`_eQy%2v24YrN0X5{N zmLvi>_7w$*$=RtT3aNQ1wn{}x_I6HlS6yLXU=;LpaSX9Io&4wje|u&lkDniyLm4>F z2tG(~5wA~nF=JTsQ+rCWSV!;08+T^3Es**klED!0QNJ<1z;GLXPJ&$ro1~Gu)P6>u z{qO$$;t%@sl>3OLjm@0|<~rM-ykYy5yk;=2XH*bpF#XS-S@ZFUA#;C&K*YP#?d1w) zb<7S5?=Gmbt>FH*zvfeeV~iW)I!P7(3k+^<9pZbJ-(#xxuKD|^^P$5|PUQ*wV)rL4 z^_s(|Ah7QX?+sA}=7c1PS05!CczG0=C*7}ipEyJN#7U1Wj0tBCl(6`OOt`Y*44dCE z1?LVUg>Mgz|BruHo0^c!toAs5zeL599g5jgR3=A9lx&I`x0{NT;9+AZi419+{nDKc2 ziWCM0X2*$M{!F}F6KCZz^KvOnW@mI_1=0!%n>`uh8QH;11%=5gn7S<$^z9&A8~vh` zG%J_X;^d;tf|AVqJg_)KG|0sb$g|O}u&T%{$W1Lt1o9>)G7Hx~NsEqTU|R z|KBv--+a_wHX$+Mr7o8kJL3*UgR=^~3JjMSm`^-9(RP5> zhsXQ%1LT+wzh2&dAjzO%jac4+9Q8c62`sxUw3*j$5D1yl`0(@X@&qXrwn@w@8CSA$ zGckIZD0v@XIH7uC+v3#+XNd=Wul>va$^6Vqh1)+Zc5aAjm^i_KVTt4tQ%07AS&m6J z7{Zt*2y^)uZ;~)Nkj22!ut<fFDZ*D#yJTG!&W;#+t zMm``sFL*k5ZE$U6bYVUqJU@7FVPk7$bRcDJWIZBsB0oMadJ&2M008nyL_t(|+G70w z|33pIfQf-ZFz^O2fWm-KI3&OS{vVev)cpE|I~qYIgA{;l zl8}*Qc=_Z3m<^(N1%$ww*HI@*G2%@JAO$c(xOw=%nn5%d5EGq{V21DjZ3Th9fB#^$ yourhAO*38tV6LDjFZ}!liMGFg{@_#t5MTi8sGKWZ=aE+c0000c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxOgGuk#7M#1QqR!L zz|zP>N5ROz&|KfZT;I@G*TB%qz|6|nQUMB-fVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr7I$DAX(zG{Q6U zQu51-HNkp(eXTt6ic1pnl2bihY?Xkf=w)W6SQ$7PS-2XRnwwg>8W(;Dv-l&~f_`|7G$Wes=#>+C+jw_$CzX6q!2%`??LUe+vaY2mrQ z`LBUiOGDzGtM4B+`(>q2iUQdoY6QA#HI5mHxsrM3| zw3@k*B~od#c1&RYxH6`Du4bT$WO$rG%|S(zLdHp_c)Xt~{_!=fS+K+5snnaCo6XKU zxaHi<-zPk4JkaWw{$aXxV(z=gOiau7CMH*8%Q3X>IN&sU^@bp>rTeLA^tz(g3xLbUh UU31-`a!^U)>FVdQ&MBb@0Ps(vO8@`> diff --git a/src/main/resources/assets/betterend/textures/block/lumecorn_light_3.png b/src/main/resources/assets/betterend/textures/block/lumecorn_light_3.png deleted file mode 100644 index 6415a37a12bc1fb69dc06084de3111258f2413a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1255 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+nAI{vB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxOgGuk#7M#1QqR!L zz|zP>N5ROz&|KfZT;I@G*TB%qz|6|nQUMB-fVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr7I$DAX(zG{Q6U zQu51-HNkp(eXTt6ic1pnl2bihY?Xkf=w)W6SQ$8)IJ#Pz7?@hR8Wm~`ac z+>eh-8zduEyEcdyv6*{V2pO=1ziT;`StD_ZNAQ8s$?6*y%>x_%7tCB&eWOB}g-4CW zWa|d=W0=v*UTQv+e~?&mWAj4s}fCP2KmN_w@tWt;eozbico?kK1O& z8?`h03bJLSw{~$)ImuN#voFDHYVzt&1@fXh7JJt+PZN)?P?t+J+sn@De`wyJNM5y| zfYLj&7#=ab|K_m3ZE1hvy{->QCKEe-*Tnt~|FraeZ%Xj`+D@(wmt(K3d$J+Hq<&q; ze?htQkOc3&S}HeGPOlEEyU4b!FTCU1fh)nuDvXK~yHpP7?iKxe>F&3=xy{cbD^)*e aA7E%*#MS+5;pxMmqQ}$K&t;ucLK6URkGymM diff --git a/src/main/resources/assets/betterend/textures/block/lumecorn_roots.png b/src/main/resources/assets/betterend/textures/block/lumecorn_roots.png index 56434d06759f787420a25b2c3559b19674250c45..f8680a6aac3b7b07a76a9aec57b6c3a77be49174 100644 GIT binary patch delta 522 zcmeyww^d+*iWFmUkh>GZx^prw85kH?(j9#r85lP9bN@+Xov0|m_+p}!KNBz4#I9Us zUM_`+-2l!C%$OU55e>|myX!em31ZVLr{J1AGdrXsh%*VoD;v$!O`s1h!$pkPy! zl4cd0T8Jd1F!=_{IX)!KK*J}mU_DolB4neFuG2;znSQIMFNom!%hnwMg$RHS5Y=ar=R9T*Vx*F0SuLoEEaPWI(G zWFXM$?x?x&-JTZh^$WcZCUfb1m0Gu_xr1AGVZ??{$9yu4CpR?lpYpllqzh zxqtt7;J8JyE$d5$8w%|g|Nee@?0-YUldR-YhMNlE?e7ksQeaF g4NJdR2=8TF!J0Jp_TDeEfqrE0boFyt=akR{04qGMArwFb4e{uF3Kz@$;{7#DGzdS z12HSCfEsdBOA>(``-+0Zi z%w&`7!xk5O@TqufOSNhrwkk-eiXe(CNI_9>5fxuVMN#yr)IPXkz5J6*(yi>uVqkJ| z&V1j0{_nr#$*IY){@|`4MN$2^@k}1p0q@zm1->7+@i&4c;N-_r)a6fi{{ox7imb>K z^~UM#H_@H2-)4>QCoKCg`!(jCM1;@VWg1~4mS-8&=fUtsA(Z} z7Q1u_S9CMUTzhYsp>-|E9FHlSVx@6aAD_4J(fP@OIzOw58guBO{@_Sc0t*Iq5#2Ou zrXw|zOxv&ozrACYq1zC5Hp$4|jdW3&qSM62bSxYXseDwRhs7`-=R_g;AT4nGFv|_I zd?dv25*L>uBJF<|xQ?brY^^NiGo$`>uuC#k*R>>;Z8RF;MkGw^3d@V4$Z`TJ2q8d( zoR;aLX2^8*bd30BGT2dV-Ewte(wY>EFb1PXF>;ArAf(pK_Egsjolbk%P0$C9>!wB; z&XA|c=im%-agq@@frq?@c(DN4k42>wABIIaU#h^CiY>q6rae>)UPPeU%+3|LX5 zoawm8RBHEsRb*B$Oju~STTuXItT&9->K$P_`MNzc9o(8B z))|m(HcUv^0k1ory zEq(FQsT_bH0{TkFf#N+r1W%B9Cv_P_P;%YEm< zGxO#tZ@qr~q$y1;UOW&eojrg0$Q@VD{8afwJp1w8+n%Mrx$nf)rAN-)Pe1Yc<9TOj pB9Q-R*U~+gX0}etzmtLY1G)WUJNEv(@|^camdj3NE~jP|{{cp*MDPFr literal 0 HcmV?d00001