Skip to content

Commit

Permalink
Removed debug logging for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Dec 31, 2023
1 parent 7548c4c commit 739af53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 739af53

Please sign in to comment.