All versions
1.41
Release
TFD v1.41 R MC1.20.12 years ago 170
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
MAJOR CHANGES
- Rearranged all tabs.
Blocks
- Renamed Blue Skylite block to: Skylite Gemstone block
- Lowered hardness of icyllium ore
World
- Made Stable Permafrost Portal structure rarer
Weapons or tools
- Forgotten Javelin increased tick delay from 12 to 15 Forgotten Javelin increased fire damage from 0.9 to 1 * speed
- Made skylite grappling hook unobtainable
- Buffed damage of sacred bracelets line
- Core staff increased radius by 60%
- Core staff damage now decreases after half of distance has been travelled
- Reduced Avariel Necklace Fire Defence
- New True Ice Ring
- New Metallic Snow Flintlock
Items
- A guide to elements is now crafteable
- Altered the music discs
- New disc for Face of Despair, theme of the permafrost beast 2nd phase
- Increased nourishment of permafrost's salads
- Metallic Snow cannon
- Metallic Snow Bullet
Armors
Mobs
- Ice golem now drops metallic snow ingots and the new item metallic snow cannon
Re-sprites
- Forgotten Javelin
- Skylite gemstone
- Skylite gemstone block
- Skylite block
Effects
Fixes
- Skyrium portal still generated
- Rotten door had no item texture
- Core staff had open spaces
- Skym door was name Skym Trapdoor
- Kill command couldn't finish the Ice phoenix.
- Permafrost champion could crash on rarely while executing its teleport attack
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:iOMf65x8:cox7wkqh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iOMf65x8:cox7wkqh"
}

