Tags
Creators
Details
2.2+1.21.4
Compatibility
Required content
Changes
Pale Gums Drop
This is the first release of Frostiful for Minecraft 1.21.4. It contains a couple small fixes and no new features; this port was pretty straight forward. It is still initially released as a beta as some things may still be broken. Please report any issues to: https://github.com/TheDeathlyCow/frostiful/issues
This also marks the end of official support for 1.21.3 and 1.20.1. However, 1.21.1 is still fully supported!
- Updated to 1.21.4
- Added
frostiful:capeandfrostiful:ice_likeitem components that control the behaviour of the Cloak of Frostology - Added a few new tags for repairing items
- Fixed fire particles missing from standing on Magma blocks
- Added resin trim material to custom armor trims
- Fixed Frostologer not properly destroying heat sources with its blizzard attack
- Added Cloth Config and CCA as dependencies in mod metadata
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| frostiful-2.2+1.21.4-sources.jar | Unknown | 1.76 MiB |
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:Ae6qoBj3:smmcizNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ae6qoBj3:smmcizNf"
}

