Tags
Creators
Details
0.1.2preAlph
Compatibility
Required content
Changes
Pagophobia 0.1.2-preAlpha
Potions, progression, and polish.
The cold just got a little more manageable! This update adds new potions with two new custom effects, a new progression chain for brewing them, a handheld-warmer and some quality-of-life improvements to item displays.
As always, please report issues on the linked issue tracker!!!
Added
- Handheld Warmer - A small but helpful lantern warming you up as you hold it! But watch out, it has a very limited battery and needs frequent recharging with the charging hub.
- Warmth Potion - Brewed with Frostbitten Leather. Warms you up to counteract the freezing cold. Available as normal, splash, and lingering variants.
- Chill Potion - Brewed with Ice Shard. Cools you down for those hot situations. Available as normal, splash, and lingering variants.
- Ice Shard - Rare drop from breaking ice blocks and it's ascendants (packed ice, blue ice). Fortune enchantment increases drop rates.
- Frostbitten Leather - Crafted from leather and an Ice Shard. Used to brew Warmth potions.
Changed
- Item Names Simplified - Handheld Warmer and Tablet no longer show battery percentage in their names (still visible in tooltips and durability bars).
- Potion Balance - Effects tuned to be useful but not overpowered. Warmth I counteracts mild cold, Warmth II is needed for extreme conditions.
Fixed
- Various small bug fixes and stability improvements, including the "Open Modrinth" button in the main menu update checker screen not working (oops!)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:hgxV85lk:83rWI93j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hgxV85lk:83rWI93j"
}

