diff --git a/common/src/main/java/toughasnails/config/TemperatureConfig.java b/common/src/main/java/toughasnails/config/TemperatureConfig.java index 64995a25..ac667fbc 100644 --- a/common/src/main/java/toughasnails/config/TemperatureConfig.java +++ b/common/src/main/java/toughasnails/config/TemperatureConfig.java @@ -74,7 +74,6 @@ public void load() climateClemencyDuration = addNumber("general.climate_clemency_duration", 600, 0, Integer.MAX_VALUE, "Number of ticks for the duration of Climate Clemency."); climateClemencyRespawning = add("general.climate_clemency_respawning", false, "Whether or not Climate Clemency should be granted when respawning."); temperatureModifierOrder = add("general.temperature_modifier_order", DEFAULT_TEMPERATURE_MODIFIER_ORDER, "The order in which to apply built-in temperature modifiers", TEMPERATURE_MODIFIER_VALIDATOR); - ToughAsNails.LOGGER.info(temperatureModifierOrder); // Altitude options temperatureDropAltitude = addNumber("altitude.temperature_drop_altitude", 1024, -64, 1024, "Y level to drop the temperature at when above"); diff --git a/gradle.properties b/gradle.properties index e0faf7bf..2850d093 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,5 +40,5 @@ org.gradle.daemon=false # Dependencies nightconfig_version=3.6.7 -glitchcore_version=1.0.0.25 +glitchcore_version=1.0.0.27 serene_seasons_version=9.3.0.0