From 0a34d289a56e22a23cd730b7eeb278f5d17b42e5 Mon Sep 17 00:00:00 2001 From: Daniel Amberson Date: Tue, 4 Aug 2020 12:00:52 -0500 Subject: [PATCH] brass/andesite cog retexture + others -brass and andesite cogs got a glowup -the smouldering blaze now looks properly ominously hot -owo --- .../models/block/mechanical_arm/cog.json | 21 +++--- .../models/block/mechanical_pump/cog.json | 70 +++++++++++------- .../create/models/block/millstone/inner.json | 38 +++++----- .../models/block/refined_radiance_block.json | 69 +++++++++++++++++ .../create/textures/block/blaze_seething.png | Bin 536 -> 293 bytes .../textures/block/blaze_smouldering.png | Bin 585 -> 575 bytes .../assets/create/textures/block/cogwheel.png | Bin 615 -> 561 bytes .../create/textures/block/mechanical_arm.png | Bin 1357 -> 1279 bytes .../create/textures/block/millstone.png | Bin 933 -> 1017 bytes .../textures/block/refined_radiance_block.png | Bin 0 -> 281 bytes 10 files changed, 145 insertions(+), 53 deletions(-) create mode 100644 src/main/resources/assets/create/models/block/refined_radiance_block.json create mode 100644 src/main/resources/assets/create/textures/block/refined_radiance_block.png diff --git a/src/main/resources/assets/create/models/block/mechanical_arm/cog.json b/src/main/resources/assets/create/models/block/mechanical_arm/cog.json index 38d591111..75668cf1d 100644 --- a/src/main/resources/assets/create/models/block/mechanical_arm/cog.json +++ b/src/main/resources/assets/create/models/block/mechanical_arm/cog.json @@ -1,20 +1,23 @@ { "credit": "Made with Blockbench", "parent": "block/block", + "texture_size": [32, 32], "textures": { - "5": "create:block/mechanical_arm", - "particle": "create:block/crafter_top" + "5": "create:block/mechanical_arm" }, "elements": [ { "name": "GearCaseOuter", - "from": [4, 6, 4], - "to": [12, 10, 12], + "from": [4, 5.5, 4], + "to": [12, 10.5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, "faces": { "north": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, "east": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, "south": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, - "west": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"} + "west": {"uv": [7.5, 0, 9.5, 4], "rotation": 90, "texture": "#5"}, + "up": {"uv": [1, 1, 5, 5], "texture": "#5"}, + "down": {"uv": [1, 1, 5, 5], "texture": "#5"} } }, { @@ -79,10 +82,10 @@ "to": [14, 9.5, 14], "rotation": {"angle": 0, "axis": "y", "origin": [8, 6.5, 8]}, "faces": { - "north": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, - "east": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, - "south": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, - "west": {"uv": [6, 0, 7.5, 6], "rotation": 90, "texture": "#5"}, + "north": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"}, + "east": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"}, + "south": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"}, + "west": {"uv": [5.5, 0, 7, 6], "rotation": 90, "texture": "#5"}, "up": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}, "down": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"} } diff --git a/src/main/resources/assets/create/models/block/mechanical_pump/cog.json b/src/main/resources/assets/create/models/block/mechanical_pump/cog.json index 88cb31a39..615d7cf83 100644 --- a/src/main/resources/assets/create/models/block/mechanical_pump/cog.json +++ b/src/main/resources/assets/create/models/block/mechanical_pump/cog.json @@ -1,33 +1,21 @@ { "credit": "Made with Blockbench", - "parent": "create:block/large_wheels", + "parent": "block/block", + "texture_size": [32, 32], "textures": { "5": "create:block/millstone", "particle": "create:block/fluid_pipe" }, "elements": [ - { - "name": "Gear5", - "from": [6.5, -1, 5], - "to": [9.5, 17, 11], - "faces": { - "north": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, - "east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"}, - "south": {"uv": [0, 8.5, 9, 10], "rotation": 270, "texture": "#5"}, - "west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"}, - "up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"}, - "down": {"uv": [9, 10, 10.5, 13], "texture": "#5"} - } - }, { "name": "Gear6", "from": [6.5, -1, 5], "to": [9.5, 17, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, "faces": { - "north": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, + "north": {"uv": [6, 3, 15, 4.5], "rotation": 270, "texture": "#5"}, "east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"}, - "south": {"uv": [0, 8.5, 9, 10], "rotation": 270, "texture": "#5"}, + "south": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"}, "up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"}, "down": {"uv": [9, 10, 10.5, 13], "texture": "#5"} @@ -35,26 +23,41 @@ }, { "name": "Gear7", + "from": [6.5, -1, 5], + "to": [9.5, 17, 11], + "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6.5]}, + "faces": { + "north": {"uv": [6, 3, 15, 4.5], "rotation": 270, "texture": "#5"}, + "east": {"uv": [0, 10, 9, 13], "rotation": 270, "texture": "#5"}, + "south": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}, + "west": {"uv": [0, 10, 9, 13], "rotation": 90, "texture": "#5"}, + "up": {"uv": [9, 10, 10.5, 13], "rotation": 180, "texture": "#5"}, + "down": {"uv": [9, 10, 10.5, 13], "texture": "#5"} + } + }, + { + "name": "Gear8", "from": [-1, 6.5, 5], "to": [17, 9.5, 11], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]}, + "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 6.5]}, "faces": { - "north": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, + "north": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"}, - "south": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, + "south": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"}, "up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"}, "down": {"uv": [0, 10, 9, 13], "texture": "#5"} } }, { - "name": "Gear7", + "name": "Gear8", "from": [-1, 6.5, 5], "to": [17, 9.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, "faces": { - "north": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, + "north": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, "east": {"uv": [9, 10, 10.5, 13], "rotation": 270, "texture": "#5"}, - "south": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"}, + "south": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "rotation": 90, "texture": "#5"}, "up": {"uv": [0, 10, 9, 13], "rotation": 180, "texture": "#5"}, "down": {"uv": [0, 10, 9, 13], "texture": "#5"} @@ -64,14 +67,29 @@ "name": "GearCaseInner", "from": [2, 2, 5.5], "to": [14, 14, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#5"}, + "north": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}, "east": {"uv": [0, 6, 6, 8.5], "rotation": 270, "texture": "#5"}, - "south": {"uv": [0, 0, 6, 6], "rotation": 180, "texture": "#5"}, + "south": {"uv": [0, 0, 6, 6], "texture": "#5"}, "west": {"uv": [0, 6, 6, 8.5], "rotation": 90, "texture": "#5"}, "up": {"uv": [0, 6, 6, 8.5], "rotation": 180, "texture": "#5"}, "down": {"uv": [0, 6, 6, 8.5], "texture": "#5"} } + }, + { + "name": "GearCaseOuter", + "from": [4, 4, 4.5], + "to": [12, 12, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6.5]}, + "faces": { + "north": {"uv": [1, 1, 5, 5], "rotation": 180, "texture": "#5"}, + "east": {"uv": [6, 4.5, 10, 8], "rotation": 270, "texture": "#5"}, + "south": {"uv": [1, 1, 5, 5], "texture": "#5"}, + "west": {"uv": [6, 4.5, 10, 8], "rotation": 90, "texture": "#5"}, + "up": {"uv": [6, 4.5, 10, 8], "rotation": 180, "texture": "#5"}, + "down": {"uv": [6, 4.5, 10, 8], "texture": "#5"} + } } ], "display": { @@ -112,7 +130,7 @@ { "name": "cogwheel", "origin": [8, 8, 8], - "children": [0, 1, 2, 3, 4] + "children": [0, 1, 2, 3, 4, 5] } ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/millstone/inner.json b/src/main/resources/assets/create/models/block/millstone/inner.json index 1a21a6e74..1735ba332 100644 --- a/src/main/resources/assets/create/models/block/millstone/inner.json +++ b/src/main/resources/assets/create/models/block/millstone/inner.json @@ -1,6 +1,7 @@ { "credit": "Made with Blockbench", "parent": "block/block", + "texture_size": [32, 32], "textures": { "5": "create:block/millstone", "particle": "create:block/axis", @@ -17,8 +18,8 @@ "east": {"uv": [0, 10, 9, 13], "texture": "#5"}, "south": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "texture": "#5"}, - "up": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"} + "up": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}, + "down": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"} } }, { @@ -31,8 +32,8 @@ "east": {"uv": [0, 10, 9, 13], "texture": "#5"}, "south": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "west": {"uv": [0, 10, 9, 13], "texture": "#5"}, - "up": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 8.5, 9, 10], "rotation": 90, "texture": "#5"} + "up": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"}, + "down": {"uv": [6, 3, 15, 4.5], "rotation": 90, "texture": "#5"} } }, { @@ -45,8 +46,8 @@ "east": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "south": {"uv": [0, 10, 9, 13], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, - "up": {"uv": [0, 8.5, 9, 10], "texture": "#5"}, - "down": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"} + "up": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, + "down": {"uv": [6, 3, 15, 4.5], "rotation": 180, "texture": "#5"} } }, { @@ -58,14 +59,15 @@ "east": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, "south": {"uv": [0, 10, 9, 13], "texture": "#5"}, "west": {"uv": [9, 10, 10.5, 13], "texture": "#5"}, - "up": {"uv": [0, 8.5, 9, 10], "texture": "#5"}, - "down": {"uv": [0, 8.5, 9, 10], "rotation": 180, "texture": "#5"} + "up": {"uv": [6, 3, 15, 4.5], "texture": "#5"}, + "down": {"uv": [6, 3, 15, 4.5], "rotation": 180, "texture": "#5"} } }, { "name": "GearCaseInner", - "from": [2, 6.6, 2], - "to": [14, 11.6, 14], + "from": [2, 7, 2], + "to": [14, 12, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, "faces": { "north": {"uv": [0, 6, 6, 8.5], "texture": "#5"}, "east": {"uv": [0, 6, 6, 8.5], "texture": "#5"}, @@ -80,10 +82,10 @@ "from": [4, 6, 4], "to": [12, 13, 12], "faces": { - "north": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, - "east": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, - "south": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, - "west": {"uv": [1, 1.5, 5, 5], "texture": "#5"}, + "north": {"uv": [6, 4.5, 10, 8], "texture": "#5"}, + "east": {"uv": [6, 4.5, 10, 8], "texture": "#5"}, + "south": {"uv": [6, 4.5, 10, 8], "texture": "#5"}, + "west": {"uv": [6, 4.5, 10, 8], "texture": "#5"}, "up": {"uv": [1, 1, 5, 5], "texture": "#5"}, "down": {"uv": [1, 1, 5, 5], "texture": "#5"} } @@ -94,10 +96,10 @@ "to": [10, 8, 10], "shade": false, "faces": { - "north": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, - "east": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, - "south": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, - "west": {"uv": [6, 0, 10, 8], "rotation": 180, "texture": "#1_0"}, + "north": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"}, + "east": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"}, + "south": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"}, + "west": {"uv": [6, 8, 10, 16], "rotation": 180, "texture": "#1_0"}, "up": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, "down": {"uv": [6, 6, 10, 10], "texture": "#1_1"} } diff --git a/src/main/resources/assets/create/models/block/refined_radiance_block.json b/src/main/resources/assets/create/models/block/refined_radiance_block.json new file mode 100644 index 000000000..c879e90cd --- /dev/null +++ b/src/main/resources/assets/create/models/block/refined_radiance_block.json @@ -0,0 +1,69 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "create:block/refined_radiance_block", + "particle": "create:block/refined_radiance_block" + }, + "elements": [ + { + "from": [1, 1, 1], + "to": [15, 15, 15], + "shade": false, + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]}, + "faces": { + "north": {"uv": [1, 1, 15, 15], "rotation": 270, "texture": "#0"}, + "east": {"uv": [1, 1, 15, 15], "texture": "#0"}, + "south": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [1, 1, 15, 15], "texture": "#0"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#0"}, + "down": {"uv": [1, 1, 15, 15], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "cube_outline", + "from": [15.99, 15.99, 15.99], + "to": [0.01, 0.01, 0.01], + "shade": false, + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]}, + "faces": { + "north": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"}, + "east": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"}, + "south": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"}, + "west": {"uv": [15, 0, 16, 16], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/create/textures/block/blaze_seething.png b/src/main/resources/assets/create/textures/block/blaze_seething.png index e9ac5162eaf42130b9262aa584d3d95517fc50c4..33ee915fdfd2598f62a4a6487859b85cf88ad895 100644 GIT binary patch delta 249 zcmbQivXp6p1SbnK0|Ud`yN`kH0GqPxfkV{PWCodFOunGKEXZR~21B?)7x_b6Mw<&;$UL9%Bmt delta 494 zcmVpGtw}^d zR5(v%QoBk6Q4pQkRYao@(G-ffl@c*T5VSG2No{ALpWq+(2MT_Hov+GH1q;E5jYU9- z;G;=mKuHKh5)%o@UeD|#SHZ*XFmvxYbLQS%PF75LSTyjSg~#>9|eB$7n46RPD%4FOP;@+sIm>7t_u?P0gd=^F0$!^1~&f zu9$UqcxExNp8@Y}Yq9>C;gb&Y=1!Ma&U3^I8j)zw;{C-;%yyHdHJBrDc_B&JE3Oo& ze}F?_kyVQPU1PsP<(zEQE7YiR^@D%zPMOH%(Mh4UTM|{)ZkbjSdk{-|?SicFiN|&4 z5{~h?uivl(swe>~Zq`KHi$cJ)f}r=Pz!8DxqurnqADm5Mvxd^atJkMDXg>lNGEyNc zMG(#42u;UC0FvG`G+?U(Ad?J^Xw(wX0b|4aB|(D{i!w&Q17!Mu4Nq~<_V!wHBKd35 z&2%I<ODongHSx@fVP4NX<~YCKoHNc$ z^Qoub?x4Cdi;w?de(dTaz4-)|)vb)t zfS9Ks(?JIG-Mt4$`GWQ9v{%rnGZzX9$xoIkU*HFuZ5L`>YfeSaT&8D9~?81f6jU|iX!afM1mHNP%YEaYO zTyuJ6awa(ue{h*ObI<(GJd{3M)aaYUgWP$@QTW9cjZpqR?OX(gLPm0xK;;-Y4Uvzna!D8fh> za&TrU&sO*mM;P@(whN`*?iR-2u|RGxiSy%Y4w6q|B1%@+{&m&e!sF0KGVtxO!_GmK z1u2=VeD_g$>wld_A!m;U8kAvfev_?KL4w4dzU!{Q+SZDkbyA|dE-gGCPP29K_;vd# zL#s0}87Lv8i;#;49-%>YZP!M)J=0(x!UJ_Q{u;P5O0}I<)PWKu*{w?O__e5Pj|Mv1 zp-Q4uB7<~MYcu2A#Oa>~ZZ9-O3TE$>2#Jj1GueSuz<)7f<9kP>-|t1w*0;;|&z|)2 z<<&2T2+sms)?&m}Wke%99ZT@#RJsTMR1Mxtp}t-4X+m0LEp)BjB2FVKdOaopDJ^qB;UJbTa6U{0|;j8P&FgWAOHXW N07*qoLb7zK=zt&y zFbuoPSPF!UVoiaA(NYFTV-*1IBd`XwbAq6~r62QB28h^ZMh##edy8a|V~F#^{ivV= z)eBiDWk5wp0Dt5a8qm6ajEf*>3uaWb$^w~yNJ|;eAgXRFChL@d2mMS7_7-qW*(hAY zvOb{Bcv!`xOi>fOhBm{pBy`R90egM4X1b>!C^&o9ZH8+BjLwFsI@3DBIp<|SRP`*~ z)&STCs_Lg1Xh*DSw_BIsZglEPFr8)XxD#gWROkAA`+xZ2Tj}-1aoTR}c>B+Il504t zXa{S1QO}!Ow?qOIb7~KbeelNRzbr`4x06`T50KgI7 zl1&m|32FgA&(I+H-%#~hT2T6I1Nc@Yung1{A%H`?UWA*__LnvdfQEsFfrf#Gfrf#9 bXW$1BLK0s0uo3@n00000NkvXXu0mjf;!N{n delta 591 zcmV-V0Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!vFvd!vV){sAK>D0sKisK~z{r?UX%E0#Ou&XGRc02&e^#ohvZbF2lqHxC0Ao3kz#^ zU}xzvtgPIGiG>D22m|Pt@4|sQ_=F6RP{^0u%=^9Py!#%+mw#u+S*^MoiC%vYsZSf| z`*DxfcoyZmdwhwlGa+H}wLO?dJB_Ao<_IO>s{no316mKvDWCRe&XXvKCrx`6pm`-z zs1MD`?9>ti#tE$pVHIEzbU)e_^N>Jmz#Ehy36oD_n)ly%f)$uYr;uo+QnOGWBtSly zWsEj)*!)?3uzw0@bGcTwkN{{Nv0-m$6;cJ%_tjy&s_Kn!Wg(KuH-`iSiCT@CnFEAD zhTl5lwFrZ%im(pnO?u1#<&nryYtO!f?o}{W-)~x|Lcq8ekP*g|8$#C|{2zeOX@swi zj3C0E+lS}e?|d2d2Ed=z-nzu-?y*tpX`pW&QG%4a>>Tt+uht7Sp?<}nssY; zy1m)YkVF!jH{<923gs&FVm(x#Q6E3TRVsji!Em(LK$h9<7;zk%=%j04fJD5RRSg9H z34des`AC(ERj)+*$Wh2ZX(!1A=$#aWedH)~1?wP})eDALhlxU0unsnU1skux#tm%Q dvgN-MMcZCZsuc~z*80)bQl z1cF6(-By)Yuz(FLDzz*SD;9u+1Z-ddt4gepSapLyumBZ7ct{i|g|>oHg`{LMFUR&w zI!6C-&ds&sOqx;7#^dWd_k8y}eqS4JoIDiLx`k#R|LSw1p?_7^;Hwd=$`o~-IlPDF zf2*kbBX<|+!}%dHO_RqOjRs}2S!%UfR4SFI*=$k}1pGXg%aLIiJZ1o(Fk!_Uj1EK~ zOSQP;>Vi*z1P}oJTr5*FFeqn+bo*F|0bp+kO;-}lL~qV)v|5CGuK2>=#=S$)|U zjK3N!24?`UOMfeQrpD;)&u!jy7)BAaZJPm-P>4XeT;{pP>(4zD z7E5j30i3{`T(4T#v2rwETl}n2&Tx8=nxiu#boKhOnm4s~NCChB3_BG^IuxGO>-9JQ zb|57|MU^g0oIwX>{tIuLZMc=2DoSc;HDyc>eQzUfK64d*V*x_ zA76~BZ3|O1fD}kh5qhz$Qh>HgwxIw>1d{dSHrF;`#ENiXrAE4QnJwwjYvAP%zBRsj z?^swEFMsm1FTT7)h{~^juMpA$lV|u{{dYq%bc(Lq@XXl@#@Sb9Ljgv8NL@f1M8w1y zIt}A6=mre;T?>%_aG0$e7pMTtJ#r@oX-I=~Z;ALN{ibD1L>1psX9wvi10z0V=FoeXje6aCNu&`F19rWKGBBLF1=fBbTd z)inmN8xeqmpT56L6N3Z%PSLwSLXRuL4+F%mr2vjavgHjaRWFsF+6AAz^>m2-hpp6a z@_%)^8o(UX!C=0JI{-Vu8fl@Iog>_7T3`SGA%Wrnpwl5lFGBnV01P2V0V4&-wQlla zOH)D2+qD!x2~qt>#mU#cG1BB%Adm`CP2-t|r<4wCRr&t9hFjV>0b~08vDslIM9;rD z&j6x`($Z*QDB{wUhH}LK!$q5Zyq50%zJEP!T3B}Zp<^0U9B^p4>JtF;djWtDz4*>| z41jkBoa+Jy{YVA4RCdU5oEU}cx-?y=D}eD*AJrNjwW)^z^m_nESOq{9OV+`r6i5Wp z0Q3k<3^|m^7%Bq#eMjX=dAN47O}#xCQYpBV2y6#{s1%$WId+yRwN)yvpRUEfjDNXa zi>hvuYbaI&JB@&z0yqJ{aKR$a4=C^0>gX*1IGEO5k8CSP|5bxHKsOQ4i%Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!TsX_A{bc3PIs$;%RW7B+h<68R}Nu^Szy|J+&i9|wL zt(FvvMQJvh(r7fyd@`97$8pS9jK%q}w2?w_+sKiTj1leYyrPBzZM%;Wlmp7*@wib0 z7{fe$9Ww?%vwz`RxG?Qjk+87 z+J@1dnVE5r*N)wh>50GOId|5~MU5(#%i*~5$vbB}5`T`ELp0;nAan6YoayCqLe4#|ywR^-$ZB{QaT zuy${?(|_v46e8}pUbUzZ8gmR-TL{9GDQ1lO4<9`sZaQhk2oH*XzkR>&Vf2u|UO+!I zz($jDalO~YY5-xu{TKikVH1RXGMKxLyOsVjlnvf^FyL&-aK4*- z(LSgrK$W8yu|uZ>|1LhR>q@Cq>Ji3lvTjCJ)~cP}gMIr71E;0TYv?rl3*%XN`G5SR z`I->mfnVDeAmh)orYnpwmxy=sDolg1A<06{ x%&VwD`}Tm%m5-)*P4#S~p@8T=VYgh1{0HZ3I*KTRNxJ|5002ovPDHLkV1g({gmnM_ diff --git a/src/main/resources/assets/create/textures/block/millstone.png b/src/main/resources/assets/create/textures/block/millstone.png index cac9a112adf419fc230c7ec79c1a2019cc98e54c..43e1ab01c89e1c67b3232f1f82f5b7842fef1285 100644 GIT binary patch delta 996 zcmVGe;7}mP)|xC zBt#5}0b@ixSfU|RO@s)XP!bbP#y`S~F~LFz4MctiTA+pE0@AGcrhRQ!+p^m>aW1nv z^LE}h?|Z*ibochElo(cXnS3&tEOL&;4&xqtLjat#lQoBKkupz}ol zfD%2@h+A#uxZ(`!01(_!=s5932@%zwt}qPX%jZe;+VvYE3E)EGIeDbB(xw5kvlo@` zKj)VTz$VAuK$%9S#bc-0m53n=eE2x3-nw~Lh{t_T)$Q#)0)YM9xXIb{Z2sEXS_z=K zx{@Zx2BAy?;D3A`78n^DRom{Q0l0eQGOetJ{sDl6a%-8~1Ay_NSG2mhUoZtPeLnSJ zSCM=5}}rhjY$B3z?1~i(9kUBDyM@sHa5s+wbQ5fUQ&+O15$=C>Vz-)z3QW$ zUM+ydr4@PN!oplu08NcGq#O_hgF)Jg>`F&1Es5py`G4QXCh0$*@~k`VV}bb)J$url z^?}`;una-?0EZ%k%gkz$f|h2F1OVrRRg40FlUprBvvcvwYMf9n0DQO>G!DRJuOheG zEdhM@&(na{n+iiueGQdZteP-{nX!iGz%$HUAa>{KidP!G| zIq;l`lGfX;>csej5HJPbC>M9>-mcdI;Q8I#ft-{i0VHWi6rv=zX$6VnU9S%?&$%vU z*a8k`9aU6Wq{AVkFt}i04cUzqGS4{y7X>sjdgrkH^+dh+NJZ`3f17Zd64ckUise5Soj;0A#bkNfv>!qF4X` zijmvXZ*PPSfzAZE9D^GYJ>?bhs2>;{4LAqS=ydebA<&s1d=8IZ>33NLD1pulha)coO#iRfff)+y*zzK`dV&(0G0ARP-DH4qkW+5`uhmhlaeqLS+ zQ%8H7ZoV^SLL{Q{DieDlR>g?z&9Kh5}AfwZA zcD&S7PwS!h-w-^Vvm&}@)O5WbpS2b&EnNp?4mjW7k!>@Sp+UufHDDdKimA*(vBUTu zlz;k1;Q&Cv*Kd9exJpOd7x=ck$rfQSMFD_Bg#W&9cs-{j?e;ne>TkJ1Dfk0IlcxeO SvLp2X0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!vFvd!vV){sAK>D13F1WK~z{rwUA;!_yVb5fnu$#^p+M1LcHGp&^bA6?tjJh(*BakIX&mLGiPSb z%&qZk_K6i8iIQ1038SEYmic_fq^SqDc`e}g@hD^qHKQ@@2xIQ`3+uy|3~kqU8%sok zp#dJTwy{yAczlG{K7Ia3@8(`nv0SHpeuAjqmgKP^&jzStK!M1qbb|VWAqvN$luC~A zniz1mZc=CXB+fV~6t1on z)rldSWwR+fP^O#U{p<&D2t=9iyIfM?5U?MOj|pHURM#5C$Zlo&ykgr5CUPh`%U;Ab;*K3T}rHClkYTd_2ux=r-ya z%88*I?mlxiO_6YljgVW>3!0J;B0ynfGsknuk6vIroSwF_OKY59I>>m?x<31K)^ox+ z(Qz-hcjsnz4d}ENblU?e386q&jN5=Dgz{d(z2JLxRY{>xu*>Z(t*>NhG4q~3S2s-_ zdx7sqv42K>{~&E`Rg~m&E3~)Yr`C(5Uo5@AH3?gB+LtwqHzvF#CnsUP*xd2-dyf)4 z8XM!eo|FQf9Zy8*@|A1e3~1*Xy3q{}s9PZ5$AFu1+1JVcvQ3Nq`P|=|V~w z2J}O;i(@xL6OtbjZ(xMDbxDLq_guTU79xlgAQ>Tt6)4PGo7ewvEkqD0K)SdUsO(Z! z%{zgwVPrT$m0E=`8isTJz*Dj>^M!8}x_|eUr|T#1Yxz)QjAEl{@(qN^2-uk&9_2O2 z&VOG!{`Ti&>KyNvYxWh5r+69DuFym;jH-1N_= zZy-qN)WHj?C=Ue#^fj|id-ZKrj%R?EjCX=V0A(mDRkOm%;2P8eC_&6+#B+EC``yCz mov@WiR=pQstq{4t|^aB6@00{s|MNUMnLSTX&BCc)# diff --git a/src/main/resources/assets/create/textures/block/refined_radiance_block.png b/src/main/resources/assets/create/textures/block/refined_radiance_block.png new file mode 100644 index 0000000000000000000000000000000000000000..027da9087452e666bd6cd3b75dd613745e3afa3d GIT binary patch literal 281 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFST9eb|3kY<|U&8%f5KR;kDI+)Il5o^w>XCic^tBBiA>-{^hGD%HHKVq_Ar