
Thermoo Patches
A suite of integration and compatibility patches for Thermoo-based mods (including Frostiful and Scorchful) and other mods
Обновлён 8 июня 2026 г. · опубликован 1 мая 2024 г.
Thermoo Patches
Have trouble? Get help on Discord: https://discord.thedeathlycow.com
Thermoo Patches provides compatibility patches and integrations for Thermoo based mods, including Frostiful and Scorchful, and other non-Thermoo mods where it would make sense for them to have Thermoo integration.
List of Patches
The following patches are currently either implemented, or planned.
| Mod name | Patch Description | Implemented versions | Loaders |
|---|---|---|---|
| Friends & Foes | The Iceologer's Ice Chunk attack and the Totem of Freezing freeze victims through Thermoo's system; Iceologer is cold immune and Wildfire is tagged as benefiting from heat; Iceologer has max temp of 0; Wildfire has min temp of 0 | 1.21.1, 1.21.6-11, 26.1.x | Fabric, NeoForge |
| Overflowing Bars | Temperature now properly displays on HUD | 1.20.1, 1.21.1, 1.21.6-11, 26.1.x | Fabric, NeoForge |
| Serene Seasons | Makes Frostiful/Scorchful aware of current season (including tropical seasons, with a summer dry season). | 1.20.1[^1], 1.20.4, 1.21.1, 1.21.6-11, 26.1.x | Fabric, NeoForge |
| Homeostatic Seasons | Makes Frostiful/Scorchful aware of current season (with tropical season support for wet seasons in temperate biomes). | 26.1.x | Fabric |
| Nycto | Makes Vampires immune to negative cold temperature statuses. | 26.1.x | Fabric |
| Origins | Provides powers for integrating Thermoo temperatures with Origins. Blazeborn Origin ignores the effects of heat, but is extremely vulnerable to cold. | 1.21.1 | Fabric |
| Origins: Legacy | Identical to Origins patch, but for Origins: Legacy. | 26.1.x | Fabric |
| Mob Origins | Snow Golem is empowered by cold, but melts when warm. Snow Golem temperature system also removed (redundant with Thermoo). | 1.20.1, 1.20.4 | Fabric |
| Extra Origins | Piglin origin has extra heat resistance | 1.20.1, 1.20.4, 1.21.1 | Fabric |
| Fabric Seasons | Makes Frostiful/Scorchful aware of current season (including tropical seasons, with a summer dry season). | 1.20.1[^1], 1.21.1 | Fabric |
| Colorful Hearts | Temperature now properly displays on HUD. | 1.20.1, 1.20.4, 1.21.1 | Fabric |
| Simple Seasons | Makes Frostiful/Scorchful aware of current season (including tropical seasons, with a summer wet season). | 1.21.1 | Fabric |
| Stellaris | Set the temperature of each planet to be close to how they should be in real life, and gives Space Suits proper environmental resistances. | 1.21.1 | Fabric |
| Armor Points++ & libhud | Temperature now properly displays on HUD, temperature percent also shown next to health text. Requires libhud to work! | 1.20.1 only | Fabric |
| Immersive Weathering | Eating Icicles and Ice Sickles cools the player. | 1.20.1 only | Fabric |
| Ad Astra | Adds more extreme temperatures on various planets, and disables the normal temperature effects. | 1.20.1, 1.20.4 | Fabric |
Note that other temperature mods, like EnvironmentZ and Tough as Nails are not currently planned. This is because these mods are largely redundant with Frostiful and Scorchful installed, so unfortunately I don't consider adding them to be a very worthwhile use of my time. Feel free to PR these (or make your own separate patch mod) if you want them.
[^1]: Seasons integration for 1.20.1 does not support Tropical Seasons.
Contributing
If you want a patch for Thermoo to be added, please either create an issue or submit a pull request! The most important thing for any patch is that they MUST be optional. If the mod they are patching for is not loaded, then nothing should crash or break. The only mods that are required by Thermoo Patches are Fabric API, YACL, and, of course, Thermoo.
Origins Powers and Integration
Thermoo Patches provides a few powers and datapack facilities for mod pack authors to use in Origins. Some of these powers are integrated onto some origins (see the specific patch descriptions above), but this is also meant to be used as something of an API for working with Thermoo+Origins in your mod packs.
Important: The way that these powers are patched onto origins is different, depending on your game version. In
1.20.x, these are patched by simply overriding the datapack entry (just like you would do) with a loading_priority
of 1000. However, as of 1.21.1, this is now done dynamically in Java code, and will only apply if the origin JSON
file is being supplied by the Origins mod itself. Origins added by any addon or datapack will not have these powers
applied unless you add them.
It may be useful to have a read through the Thermoo Wiki to better understand what these powers do, as things such as temperature changes and Frost/Heat Resistance are better defined there.
| Power ID | Description |
|---|---|
thermoo-patches:cold_immune |
Adds a very large amount of Frost Resistance to affected entites, making them effectively immune to all cold temperature changes. |
thermoo-patches:ignores_cold_effects |
Makes the affected entity immune to Frostiful's negative temperature effects |
thermoo-patches:cold_vulnerability |
Doubles the amount of freezing that affected entities receive from cold temperature changes. |
thermoo-patches:extra_frost_resistance |
Gives affected entities 50% resistance to cold temperature changes |
thermoo-patches:heat_immune |
Adds a very large amount of Heat Resistance to affected entites, making them effectively immune to all warm temperature changes. |
thermoo-patches:ignores_heat_effects |
Makes the affected entity immune to Scorchful's negative temperature effects |
thermoo-patches:heat_vulnerability |
Doubles the amount of heating that affected entities receive from warm temperature changes. |
thermoo-patches:extra_heat_resistance |
Gives affected entities 50% resistance to warm temperature changes |
Some powers are provided under the name space thermoo-patches-origins-patch. These powers should be considered
internal to Thermoo Patches and are not a stable API. However, you may copy them into your own datapacks under the terms
of the GNU LGPL.
| Predicate ID | Description |
|---|---|
thermoo-patches:can_freeze |
Whether the target is affected by negative temperature effects from cold (use instead of frostiful:can_freeze). |
thermoo-patches:can_heat |
Whether the target is affected by negative temperature effects from heat (use instead of scorchful:can_heat). |
Additional Credits
- Stellaris Icon, by st0x0ef used under CC BY-NC-SA 4.0.
- Simple Seasons Icon, by Steveplays28, used under LGPL-3.0.
- Fabric Seasons Icon, by lucaargolo, used under MPL 2.0.
- Colorful Hearts Icon, by Terrails, used under the MIT license.
- Friends & Foes Icon, by faboslav, used under CC-BY-NC-ND-4.0 (no changes made).
- Origins Icon, by Apace, used under the MIT license.
- Immersive Weathering Icon, by Ordana, used under LGPL-3.0.
- Armor Points++ Icon, by Cheos, used under the MIT license.
- Homeostatic Seasons Icon, by Wendall Cada (wendall911), used under the MIT license.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.1-neoforge | Бета | 1.21.1 | neoforge | 8 июня 2026 г. | .jar (194 КБ) |
| 0.1.0-neoforge | Бета | 1.21.1 | neoforge | 4 июня 2026 г. | .jar (194 КБ) |
| 5.0.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 28 мая 2026 г. | .jar (277 КБ) |
| 3.7.2 | Релиз | 1.21.1 | fabric, quilt | 4 марта 2026 г. | .jar (267 КБ) |
| 4.0.0 | Релиз | 1.21.11 | fabric, quilt | 31 января 2026 г. | .jar (39 КБ) |
| 3.7.1 | Релиз | 1.21.1 | fabric, quilt | 25 октября 2025 г. | .jar (268 КБ) |
| 3.8.1 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, quilt | 25 октября 2025 г. | .jar (38 КБ) |
| 3.8.0 | Релиз | 1.21.10 | fabric, quilt | 22 октября 2025 г. | .jar (38 КБ) |
| 3.7.0 | Релиз | 1.21.1 | fabric, quilt | 16 августа 2025 г. | .jar (268 КБ) |
| 3.6.1 | Релиз | 1.21.1 | fabric, quilt | 2 мая 2025 г. | .jar (261 КБ) |
| 3.6.0 | Релиз | 1.21.1 | fabric, quilt | 7 апреля 2025 г. | .jar (261 КБ) |
| 3.5.2 | Релиз | 1.21.1 | fabric, quilt | 14 марта 2025 г. | .jar (67 КБ) |
| 1.1 | Релиз | 1.20.1 | fabric, quilt | 3 марта 2025 г. | .jar (50 КБ) |
| 3.5.1 | Релиз | 1.21.1 | fabric, quilt | 28 января 2025 г. | .jar (67 КБ) |
| 3.5 | Релиз | 1.21.1 | fabric, quilt | 23 января 2025 г. | .jar (67 КБ) |
Показаны последние 15 из 28 версий. Все версии — на Modrinth.
Ченджлог
0.1.1-neoforgeБета1.21.1 · 8 июня 2026 г.
- Reduce log spam from "Error checking mixin required mods" in dedicated servers
0.1.0-neoforgeБета1.21.1 · 4 июня 2026 г.
Thermoo Patches 0.1.0 for Neoforge 1.21.1
This is a first release of Thermoo Patches for Neoforge 1.21.1. This release is intentionally minimal, it does not contain all the patches as the Fabric 1.21.1 version of this mod. This is simply because I wanted to get something out for the few mods I think are most important to be patched, and I will get to the others later.
In the meantime, if there are any other mods, especially Neoforge specific mods, you would like to see patched, please leave a comment with them on this issue and they will be added to the list:
https://github.com/TheDeathlyCow/thermoo-patches/issues/38
This release contains patches for the following mods:
- Serene Seasons
- Overflowing Bars
- Friends & Foes (NeoForge)
5.0.0Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.
Thermoo Patches 5.0.0 for Minecraft 26.1.x
- Updated to Minecraft 26.1.x
- Added a patch for Nycto
- Added a patch for Homeostatic Seasons
- Migrated config system to YACL
3.7.2Релиз1.21.1 · 4 марта 2026 г.
- Removed version specific dependency from the Origins patch now that it is out of alpha
- Added a new power type:
thermoo-patches:disable_temperature_effects - The
ignores_X_effectspowers now use thedisable_temperature_effectspower type instead of overriding the effects from Frostiful/Scorchful directly
4.0.0Релиз1.21.11 · 31 января 2026 г.
- Updated to Minecraft 1.21.11
- The Iceologer's Slow Target spell now applies a Thermoo-based temperature change
- Added a config option to control how much freezing this slow target spell applies
3.7.1Релиз1.21.1 · 25 октября 2025 г.
- Fixed Serene Seasons patch mod ID
3.8.1Релиз1.21.8, 1.21.9, 1.21.10 · 25 октября 2025 г.
- Marked as compatible with 1.21.6-10
- Fixed the mod ID for the serene seasons patch
3.8.0Релиз1.21.10 · 22 октября 2025 г.
Thermoo Patches for 1.21.10
Thermoo Patches has now been updated to Minecraft 1.21.10. Not many mods are on this game version, so only the following patches are included with this version:
- Overflowing Bars
- Serene Seasons
- Friends & Foes
Given the mod-pack focused nature of this mod, 1.21.1 will remain the primary development version of this mod for the foreseeable future. However, I will not commit to a specific LTS policy at this time.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…