All versions
1.42
Beta
TFD V1.42 B MC1.20.12 years ago 468
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
MAJOR CHANGES
- SINCE NOW, SOME VANILLA DAMAGE WILL BE PARTIALLY TRANSFERED INTO ELEMENTAL DAMAGE
- Impact damage now deals area earth damage, such as falling,stalagmite,anvils and elytras
- Fire Damage no longers sets on fire, rather grants new potion effect Calcination
Blocks
- Mendalum Grass
- Permafrost Dirt
World
- Most permafrost biomes got overhauled
- Mendalum Forest types now have their own dirt blocks
- Now core structures inside permafrost spawn more buried into the ground
- The Ice Labyrinth now always spawn on y 63
Weapons or tools
Items
Armors
Mobs
- Ice Phoenix new attacks Triggers only after 2nd phase
- Altered behaviour of Ice Phoenix slighly
- Ice phoenix's second phase is harder to deal with
Re-sprites
- Permafrost dirt type blocks
Effects
- New calcination effect, increases fire damage by 0.25% per second Replaces fire effect on all elemental related procedures
Fixes
- Barrage damage scale was , weird
- fire scaling was off
- Forgotten Javelin didn't deal fire damage
- Forgotten Javelin had a debug message on live (im an idiot and probably this costed me being removed from a big modpack)
- Floating Trees
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:A39AlzQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iOMf65x8:A39AlzQb"
}



