diff --git a/common/src/main/java/toughasnails/block/entity/ThermoregulatorBlockEntity.java b/common/src/main/java/toughasnails/block/entity/ThermoregulatorBlockEntity.java index 7170f147..6cb74cec 100644 --- a/common/src/main/java/toughasnails/block/entity/ThermoregulatorBlockEntity.java +++ b/common/src/main/java/toughasnails/block/entity/ThermoregulatorBlockEntity.java @@ -48,7 +48,7 @@ public class ThermoregulatorBlockEntity extends BaseContainerBlockEntity impleme public static final int INFORM_PLAYER_RADIUS = 20; private static final int SPREAD_RADIUS = 16; - public static final int CONSUMABLE_DURATION = 600; + public static final int CONSUMABLE_DURATION = 1600; public static final int SLOT_COOLING = 0; public static final int SLOT_HEATING = 1; diff --git a/common/src/main/resources/assets/toughasnails/textures/gui/container/water_purifier.png b/common/src/main/resources/assets/toughasnails/textures/gui/container/water_purifier.png index a019bd1c..bee5e3f0 100644 Binary files a/common/src/main/resources/assets/toughasnails/textures/gui/container/water_purifier.png and b/common/src/main/resources/assets/toughasnails/textures/gui/container/water_purifier.png differ