Skip to content

Commit 9ca71cb

Browse files
committed
add removed version to tags and config
1 parent 93301eb commit 9ca71cb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

wiki/docs/config.md

+9
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,29 @@ This config contains all of the values associated with environmental temperature
117117
These reflect the removed config options from Frostiful, and their replacements (starting from Frostiful 2.2).
118118

119119
* Passive freezing wetness scale multiplier `passiveFreezingWetnessScaleMultiplier`: Increases passive freezing when wet
120+
- Removed in 2.2
120121
- Replaced with `environmentConfig/environmentFreezingSoakedMultiplier`
121122
* Very protective Frost Resistance multiplier `veryProtectiveFrostResistanceMultiplier`: Multiplies the base frost resistance of very protective armour materials
123+
- Removed in 2.2
122124
- Replaced with the [Frost Resistance Item Component](./components.md#frost-resistance)
123125
* Protective Frost Resistance multiplier `protectiveFrostResistanceMultiplier`: Multiplies the base frost resistance of protective armour materials
126+
- Removed in 2.2
124127
- Replaced with the [Frost Resistance Item Component](./components.md#frost-resistance)
125128
* Do dry biome night freezing `doDryBiomeNightFreezing`: Whether dry biomes, like deserts, should be cold at night.
129+
- Removed in 2.2
126130
- Feature is now defined by [Scorchful](https://github.com/TheDeathlyCow/scorchful)'s `scorchful:set_humidity/arid_climate` [environment provider](https://thermoo.thedeathlycow.com/datapacks/environment_provider_definition/)
127131
* Cold biome base temperature change `coldBiomeTemperatureChange`: The base ambient temperature change per tick of snowy biomes that are not freezing. See [Temperature System](https://github.com/TheDeathlyCow/frostiful/wiki/Temperature-System).
132+
- Removed in 2.2
128133
- Replaced by the `frostiful:cold_climate` [environment](https://thermoo.thedeathlycow.com/datapacks/environment_definition/).
129134
* Freezing biome base temperature change `freezingBiomeTemperatureChange`: The base ambient temperature change per tick of freezing biomes. See [Temperature System](https://github.com/TheDeathlyCow/frostiful/wiki/Temperature-System).
135+
- Removed in 2.2
130136
- Replaced by the `frostiful:freezing_climate` [environment](https://thermoo.thedeathlycow.com/datapacks/environment_definition/).
131137
* Night time temperature shift `nightTemperatureShift`: Ambient temperature per tick shift in dark areas of cold or cool biomes. *This will also apply in dark places during the day.*
138+
- Removed in 2.2
132139
- Replaced by the `frostiful:modifier/sun_light` [environment provider](https://thermoo.thedeathlycow.com/datapacks/environment_provider_definition/).
133140
* Dry rate `dryRate`: How many points of wetness to remove each tick when not touching water in any way.
141+
- Removed in 2.2
134142
- No replacement, hardcoded to be handled by Thermoo directly.
135143
* Enable seasons integration `enableSeasonsIntegration`: Allows the passive temperature of biomes to change depending on the Season. Requires a Seasons mod like Fabric Seasons or Serene Seasons and [Thermoo Patches](https://modrinth.com/mod/thermoo-patches) to have any effect. If disabled, then the Season will always be treated as being like Spring.
144+
- Removed in 2.2
136145
- Replaced by the `thermoo:seasonal/temperate` [environment provider types](https://thermoo.thedeathlycow.com/datapacks/environment_provider_definition/#temperate-seasonal), and used in the `frostiful:temperate_climate`, `frostiful:cool_climate`, `frostiful:cold_climate`, and `frostiful:freezing_climate` [environments](https://thermoo.thedeathlycow.com/datapacks/environment_definition/).

wiki/docs/tags.md

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Location: `data/frostiful/tags/thermoo/environment_provider`.
145145

146146
## Removed Tags
147147

148+
Starting from Frostiful 2.2, removed tags will be documented here.
149+
148150
### Biome Tags
149151

150152
| Tag ID | Description | Removed version | Replacement |

0 commit comments

Comments
 (0)