[Development]: Temperature Config Support #111
northwesttreesgaming
announced in
Mechanics
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OVERVIEW
Config file support for dimensions that mods can use to configure their dimensions.
GLOBAL TEMPERATURE SETTINGS
These settings will control the global temperature values for each dimension.
WIND SETTINGS
toggle
support for toggling the wind settings on/off for the dimension.nNewSpeed
support for random min and max speed changes.nTime
support for the delay when the script should run.nMaxSpeed
support for setting the max speed for custom worlds.TIME SETTINGS
toggle
support for toggling time temperature on/off for the dimension.targetTemperature
support for changing the target temperature for each period.temperatureChange
support for changing how much the temperature changes for each period.WEATHER SETTINGS
toggle
support for toggling weather temperature on/off for the dimension.clear
support for changing the clear weather temperature.raining
support for changing the raining weather temperature.thunder
support for changing the thundering weather temperature.SEASON SETTINGS
toggle
support for toggling season temperature on/off for the dimension.worldSeasonName
support for changing the world season names in the dimension.worldMaxSeasonDay
support for changing the maximum season days.baseTemperature
support for changing the season base temperature for each season.randomChange
support for changing the min and max integer random change value for the season.LOCAL TEMPERATURE SETTINGS
HEIGHT SETTINGS
toggle
support for toggling height temperature on/off for the dimension.baseHeight
support for changing the starting Y position and repeat times for the base height.midHeight
support for enabling or disabling mid-height, setting the Y position, and setting the repeat times for the mid-height.belowHeight
support for enabling or disabling below-height, setting the Y position, and setting the repeat times for below-height.HEIGHT SNOWING SETTINGS
snowingTemperature
support for changing snowing temperature.snowingHeight
support for changing the snowing height conditions.customBiomeTags
support for adding custom biome tags for each dimension.snowingBiomeTemperature
support for changing the MC biome temperature min and max settings.BIOME SETTINGS
toggle
support for toggling biome temperature on/off for the dimension.customBiomeTags
support for adding custom biome tags for each dimension.biomeTemperature
support for changing the MC min and max biome temperature.tobBiomeTemperature
support for changing the base ToB biome temperature.Beta Was this translation helpful? Give feedback.
All reactions