From b6a5177a281009fff9530132b44979efdc2f6511 Mon Sep 17 00:00:00 2001 From: Forstride Date: Sat, 6 Jan 2024 17:12:24 -0500 Subject: [PATCH] More Thermoregulator texture tweaks --- .../models/block/thermoregulator_active.json | 72 ++++++----------- .../block/thermoregulator_cooling_active.json | 74 ++++++------------ .../block/thermoregulator_heating_active.json | 74 ++++++------------ .../block/thermoregulator_inactive.json | 72 ++++++----------- ...inactive.png => thermoregulator_front.png} | Bin .../textures/block/thermoregulator_side.png | Bin 0 -> 286 bytes .../block/thermoregulator_side_active.png | Bin 662 -> 0 bytes .../block/thermoregulator_side_cooling.png | Bin 0 -> 415 bytes ...> thermoregulator_side_cooling.png.mcmeta} | 0 .../block/thermoregulator_side_heating.png | Bin 0 -> 415 bytes .../thermoregulator_side_heating.png.mcmeta | 14 ++++ .../block/thermoregulator_side_inactive.png | Bin 282 -> 0 bytes .../textures/block/thermoregulator_top.png | Bin 0 -> 342 bytes .../block/thermoregulator_top_active.png | Bin 342 -> 0 bytes .../block/thermoregulator_top_inactive.png | Bin 341 -> 0 bytes .../gui/container/thermoregulator.png | Bin 1271 -> 1252 bytes 16 files changed, 114 insertions(+), 192 deletions(-) rename common/src/main/resources/assets/toughasnails/textures/block/{thermoregulator_front_inactive.png => thermoregulator_front.png} (100%) create mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side.png delete mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_active.png create mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_cooling.png rename common/src/main/resources/assets/toughasnails/textures/block/{thermoregulator_side_active.png.mcmeta => thermoregulator_side_cooling.png.mcmeta} (100%) create mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png create mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png.mcmeta delete mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_inactive.png create mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top.png delete mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_active.png delete mode 100644 common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_inactive.png diff --git a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_active.json b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_active.json index 4a031fcd..840c3c22 100644 --- a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_active.json +++ b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_active.json @@ -1,48 +1,26 @@ { - "parent": "block/block", - "textures": { - "particle": "toughasnails:block/thermoregulator_side_active", - "front": "toughasnails:block/thermoregulator_front_active", - "side": "toughasnails:block/thermoregulator_side_active", - "back": "toughasnails:block/thermoregulator_back", - "top": "toughasnails:block/thermoregulator_top_active", - "bottom": "minecraft:block/blast_furnace_top" - }, - "elements": [ - { - "from": [8, 16, 0], - "to": [16, 16, 16], - "faces": { - "up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 16, 0], - "to": [8, 16, 16], - "faces": { - "up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 8, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} - } - } - ] -} \ No newline at end of file + "parent": "block/block", + "textures": { + "bottom": "minecraft:block/blast_furnace_top", + "top": "toughasnails:block/thermoregulator_top", + "north": "toughasnails:block/thermoregulator_front_active", + "south": "toughasnails:block/thermoregulator_back", + "west": "toughasnails:block/thermoregulator_side_heating", + "east": "toughasnails:block/thermoregulator_side_cooling", + "particle": "#north" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_cooling_active.json b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_cooling_active.json index d803c570..d57c3150 100644 --- a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_cooling_active.json +++ b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_cooling_active.json @@ -1,50 +1,26 @@ { - "parent": "block/block", - "textures": { - "particle": "toughasnails:block/thermoregulator_side_inactive", - "front": "toughasnails:block/thermoregulator_front_active", - "side": "toughasnails:block/thermoregulator_side_inactive", - "side_active": "toughasnails:block/thermoregulator_side_active", - "back": "toughasnails:block/thermoregulator_back", - "top": "toughasnails:block/thermoregulator_top_inactive", - "top_active": "toughasnails:block/thermoregulator_top_active", - "bottom": "minecraft:block/blast_furnace_top" - }, - "elements": [ - { - "from": [8, 16, 0], - "to": [16, 16, 16], - "faces": { - "up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 16, 0], - "to": [8, 16, 16], - "faces": { - "up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top_active", "cullface": "up"} - } - }, - { - "from": [0, 8, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "east"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#side_active", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} - } - } - ] -} \ No newline at end of file + "parent": "block/block", + "textures": { + "bottom": "minecraft:block/blast_furnace_top", + "top": "toughasnails:block/thermoregulator_top", + "north": "toughasnails:block/thermoregulator_front_active", + "south": "toughasnails:block/thermoregulator_back", + "west": "toughasnails:block/thermoregulator_side", + "east": "toughasnails:block/thermoregulator_side_cooling", + "particle": "#north" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_heating_active.json b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_heating_active.json index a9633657..fc579f64 100644 --- a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_heating_active.json +++ b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_heating_active.json @@ -1,50 +1,26 @@ { - "parent": "block/block", - "textures": { - "particle": "toughasnails:block/thermoregulator_side_inactive", - "front": "toughasnails:block/thermoregulator_front_active", - "side": "toughasnails:block/thermoregulator_side_inactive", - "side_active": "toughasnails:block/thermoregulator_side_active", - "back": "toughasnails:block/thermoregulator_back", - "top": "toughasnails:block/thermoregulator_top_inactive", - "top_active": "toughasnails:block/thermoregulator_top_active", - "bottom": "minecraft:block/blast_furnace_top" - }, - "elements": [ - { - "from": [8, 16, 0], - "to": [16, 16, 16], - "faces": { - "up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top_active", "cullface": "up"} - } - }, - { - "from": [0, 16, 0], - "to": [8, 16, 16], - "faces": { - "up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 8, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 8], "texture": "#side_active", "cullface": "west"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} - } - } - ] -} \ No newline at end of file + "parent": "block/block", + "textures": { + "bottom": "minecraft:block/blast_furnace_top", + "top": "toughasnails:block/thermoregulator_top", + "north": "toughasnails:block/thermoregulator_front_active", + "south": "toughasnails:block/thermoregulator_back", + "west": "toughasnails:block/thermoregulator_side_heating", + "east": "toughasnails:block/thermoregulator_side", + "particle": "#north" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_inactive.json b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_inactive.json index fa386d67..cceffa3c 100644 --- a/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_inactive.json +++ b/common/src/main/resources/assets/toughasnails/models/block/thermoregulator_inactive.json @@ -1,48 +1,26 @@ { - "parent": "block/block", - "textures": { - "particle": "toughasnails:block/thermoregulator_side_inactive", - "front": "toughasnails:block/thermoregulator_front_inactive", - "side": "toughasnails:block/thermoregulator_side_inactive", - "back": "toughasnails:block/thermoregulator_back", - "top": "toughasnails:block/thermoregulator_top_inactive", - "bottom": "minecraft:block/blast_furnace_top" - }, - "elements": [ - { - "from": [8, 16, 0], - "to": [16, 16, 16], - "faces": { - "up": {"uv": [0, 0, 8, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 16, 0], - "to": [8, 16, 16], - "faces": { - "up": {"uv": [8, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 8, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "west"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 8, 16], - "faces": { - "north": {"uv": [0, 8, 16, 16], "texture": "#front", "cullface": "north"}, - "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 8, 16, 16], "texture": "#back", "cullface": "south"}, - "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} - } - } - ] -} \ No newline at end of file + "parent": "block/block", + "textures": { + "bottom": "minecraft:block/blast_furnace_top", + "top": "toughasnails:block/thermoregulator_top", + "north": "toughasnails:block/thermoregulator_front", + "south": "toughasnails:block/thermoregulator_back", + "west": "toughasnails:block/thermoregulator_side", + "east": "toughasnails:block/thermoregulator_side", + "particle": "#north" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_front_inactive.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_front.png similarity index 100% rename from common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_front_inactive.png rename to common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_front.png diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side.png new file mode 100644 index 0000000000000000000000000000000000000000..3554a73e5734797c4ac3addcc4facca16198e3f2 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFEYqy;0d5c&H|6fVg?4j{UFR}!5XXr6s+=eaSV~ToSYz%5EK-YAd(_rU}#oo zR+yHMz^BdL6ynVG@XNVK?er;@Ost5ql0IsXQyN0`MK8R z=jNs{8Q$AtTOQTn*eRHypsXCgm82ki#zA>TBOlKp0cPIDX-&K-DG4bl0YO1YLQD*P XUMlOP=YClWbOnQ_tDnm{r-UW|of=o~ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_active.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_active.png deleted file mode 100644 index 31fbe7ce0d65ac07175a47d6adad4f976d746fa1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmV;H0%`q;P)Px#1ZP1_K>z@;j|==^1poj5y--Y4MQCVfbaZrCSXh65e~*ukoSdA9hlpqq0D>e1 z%TW^Qj1~W?KlIrdH8eCmJUm81LKr()BUN=wy4Zl_@2L0x;r#!JYg>|YW1fF+r-^x( zd1`cJU4Cz8fMQZyAc_ zV-t<#1_$nyCp5X@sDVt7aZ3S@F)?-@EOhZ1_$odUubc~ zQ3ILNqD^c;f{)6;=N|pW1N(Zfl|0Y31$v8Pr7d{WH~^%p zZfVmdwxRbJl}XI~V@<4{aMho9VBct0DT;iYzt8gGa3~H%aXjXEwx`n_4&3`mXYi(etok_;Z}M5+P=>>To;NzFZ87HwIX`_8pi^56>2 zFBjCL9+iDiUwONJ2S1A5H~VX^?7mhtnd7GWTiLH6B3u2h?lk{e%CcDPg7fT*j@t+4 xFUkA=(2hr9hZxUX*2Dd*+0WQEys!Q7fz2XOI3u?^^%c3O>qt+>3_*q_71q;%La%y6|F5$Da#K=MP0iHA z#MZ{f&B-ar$u!f;s?}Yy%SUHT!h$0}LpTdOB8wRq`1XS^qXlcQ3Q+L9r;B5Vh5ytE zw}qM&cvyF8bVUjN|DU{@)2F@USHQ;3sg|DKj#$2*%U$(kfBC(mn#U|Aavbk0j{4>_x1)3ZIfmg~J|t#H4n%E|io#X?_`A4@Fl*Eg#aZk5-s?fZPgb)oq4La$qY7fj!N zU5J@&9jkNt!4Js?XYFL21Wl{fuqH``RBL*enu-Gjh9AUje<&;OXk;vd$@?2>{+JrJ4W$ literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png.mcmeta b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png.mcmeta new file mode 100644 index 00000000..1a97ce51 --- /dev/null +++ b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_heating.png.mcmeta @@ -0,0 +1,14 @@ +{ + "animation": { + "frametime": 15, + "interpolate": true, + "frames": [ + 0, + 1, + 2, + 2, + 2, + 1 + ] + } +} diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_inactive.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_side_inactive.png deleted file mode 100644 index 8915594b044520dd15fc876286a1f8af0da34807..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPpLCM{jMblbLV zrY0t~Ha2cfPBOcd<$!uQ3p^r=85sEXgD|57Yp@DXu-MbZF+}2Wa)L-gP*6~UNQ!_7 zXKAUYu~s-d5Jejz&jLE{T%+Ob7o~ zPnRh9zwhtw_y7KS^K=O?w@Qd8vT+^c(P@&raX^93aKi*gfg}ZGW@Y6QK5B{#T3vck UEjxe40j+27boFyt=akR{0FZlHhX4Qo diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top.png new file mode 100644 index 0000000000000000000000000000000000000000..62d98ad6f9ee44210beb18b7b7825217cc0cc37d GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}N0G|-ojEszul9I@X2zxsxPY;j&{{F37x32j9f6kma4Nu>n4ir)jEq(as z|EnI+|EuhMcHQV`?`TqC{c=;XzP{eZ+FDUj(cj-+P*5;7I(qe*)dCTPAwZKk3p^r= z85sEXgD|57Yp@DXaH6M+V~9quZ-1lEAq5`i%VJxk{boLp`2T-#+e_bgO?T&N0SA@~ z&4pqdIx`|49Anv7VcB_%@9Yru)oAYjOd3wqBkEOG$ i@5r8<^!j;1Jo96DlaOD_T)$KdJe=d#Wzp$Pyz^MkPf literal 0 HcmV?d00001 diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_active.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_active.png deleted file mode 100644 index ee401b67088823d2a7b1b3b524401a1717062ff2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}N0G|-ojEszul9I@X2zxsxPY;j&{{F37x1J6Znloq4itqm$p1yz8Bl>@p zy>e*j!$1FO>_ z%)r36AA}h#Sc6r7f)hPm978mMefxX)4k_@o{AOO4r=+x_?|Xe<|5*Y1s6(>3mxK(3 zPoAtWHp~pT+Q9AU@HkgURMe|mm+jrQAcy^zzTMDq^FGhwD5SB!sB`I>m$j0IW_s(I z7B(pau8jG~)sgteu;+r^WV5Jm&nCBVO*;JdSGj${h8f%C^CWu8H{aX+uw=8L)imqv h*1|%D-_sL+GHs~hFxn#XS_tSk22WQ%mvv4FO#mktfENG& diff --git a/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_inactive.png b/common/src/main/resources/assets/toughasnails/textures/block/thermoregulator_top_inactive.png deleted file mode 100644 index de5df38516326e0d1912eae61798d0a3f9dca9fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}N0G|-ojEszul9I@X2zxsxPY;j&{{F37x2`J;nloq4`fIl)9XWY?M(nK( zRW7l)&pv-Cb~SzfsHvm9BY)|Z`uchsYimVCMSp*PK|#UT=;+mJR{vamkRNC=XMsm# zF#`kN0T5=)y4J}F6rAAc;uxY4?AzZcbVz~6`LfuSyhkntJ^%j)9)9L4KSg=rUgZXk z1=f%C1R@MJA82Mx`dB2?E8Dg@e(s$brw4ly_nntpyxe_J1Dnoy)#G!Pf3f13>RNPC z)pJq9EHTZZoUX(_hCKoI)k}NUY@HiY=CJ)*-}h@~Qj6}rn*OY@GVJ@k-NmKfKbE%L jzWmnp3^XXKe+Za4u{an^LB{Ts5P^pUW diff --git a/common/src/main/resources/assets/toughasnails/textures/gui/container/thermoregulator.png b/common/src/main/resources/assets/toughasnails/textures/gui/container/thermoregulator.png index 2fa2210305ad6bec6ae974869ad4fb60b78fb6e3..102cceb7bab4dd8561652d06f33a5e6d89f3d626 100644 GIT binary patch delta 1001 zcmey)`Gj+VzaHbhPd>YDG(3IZ-Q67;8oJ{9|A&A6pAHmy)g$_UmHn5SlK+3*G&eVA zU|?8TTsmuFtw#MJ1_r)EjG`J|4Gat{vYsxEAr*0NXTPqRZ6Ls^XvSq|@$m2bZQ6x7 zm%h30@R%Q1cC6Q5hkcc-cg&S7GnXxsTb7yi|Bw{lC7-j=wlf;H?cEYy9q~jkAoy>7 zuJP8pswLO;woKQX-|%7+*S-6*Pao}i-&7l$!?U7`*@f{|HS3Iqdb5^&Z+CCop5Nrn z==T3&^xwI%93e*;R|yxqy|s@2;o|q}{M-+0eQn?5%d}tl03VYX`&mk`wr{lVWO`IoamTqTOqBhG_JM!j>aR50UVU>j z?HJ37`!{cBCg}b9c-HM(j&ZRZqniv;DzYGRHA8ol|`9IzEgq{qL7U&oT?d7z>r^ z)1S(H%iG?-z@p&r_Z%CO0FagOezjx6um3EJRgc*P7Rc8(G3?za#iGE#_^RCO8wbbd z`bWRp?)_-ods}yo%YoMp3`_zG>e87RIe@G!-?^~x>k$ebt^2xrHn-!>509o@V*0W^ z)c@YOYfV7Q8Nk}Fyw8EMK<@bSKYC7jwx*85Ydvn(>t$28S4VkqU+}07DlmAT?Fh6M z$#Je rcCX={+`tky*_Xvps!%Us)<1@|J7YXnwEjy6W>*GJS3j3^P6PHXX=ls0d6)r{vm|1xKvSTb{Vf0Y6A#y9J{uS%~{YF@VN zm;J4@nT-0(K#q#T-q`u)&#R?gKi#nEgaTK@uT_o98}_|-s#>5`Z?q!7;rch{`|RH9 znReAlEMl0=0@U)0S$q@AfgS>~Y(|#X# z5Pab5EBUD1+fyF|JH#+3>M~DfiZV86Nf3M=>dN+&Gov}N|MK2dCl)v{+6MwPYCO1S z_a-fIMHkO2VS{^ze@HmjSIe(;3{44`+wl8tmwfKu{_@!%C;v)w;0U(veLJPh5orI^ z*$=+hM*dx#3v${k7Mo*bbDVz6JJx<#@`J?k_X*tx-t%nmJ#ejI?_a-khdV5}f<7z3 zW-?gwZu@BS;=4(Pd`r}Cl@$4wJ@eRn4=CFly8EhreS<~A-y8M!Qn&voZBR+DwE6n! znPkC{2HDB~m<#80e{19vrLcJci%^3LZ17M2@T&H8nQWld^MMT zzBz91rfS(3SBEQT%B3Lx{7uK&7wcItwd%3|+K z#$TCNyZcvf1t|bpE6~8u``ZLavOop?{nb6UdaH=og4cT5tn1%ugqv-hBDP@Ww?z+9 z?5;Jzm6^P|4ABkNr%_(7`h3l_Lrf)iQySQMoYg-ApZ;g_VEPsJvDQozFfiYE zKTAU)A@52#@0_@Lk%ZF=q^3E}_iWUA%{1AOrE~HG7BR^=+%ulvFOLi