Tags
Creators
Details
Licensed Apache-2.0
Published 6 years ago
Updated 4 years ago
All versions
1.17-2.5.0
Release
Infernal Expansion Release 2.5.0 for Minecraft 1.17.x4 years ago 578
Compatibility
Minecraft: Java Edition
1.17.x
Platform
Forge
Supported environments
Client and server
Changes
- Voline can now eat Basaltic Magma, spitting out an Iron Ingot in return.
- Added the Spirit Eye, which gives you 10 seconds of Glowing when you eat it. Useful for signalling your location to other players when lost.
- Added the Kinetic Tongue Whip, a Mining Master compatibility weapon. Deals 8 points of damage.
- Changed the Tongue Whip to deal 6 points of damage instead of 3.
- Reduced Blindsights' Luminance bestowing to 5 seconds from 30, in addition to them now giving you 10 seconds of Jump Boost II on-hit.
- Their Blindsight Tongue is now consumable for 5 seconds of Jump Boost II.
- Blindsights now have unique noises, courtesy of NeoNote, whilst Embodies now have updated noises courtesy of Sheddmer.
- Raw Hogchops now poison you with 10 seconds of Infection II, while Cooked Hogchops give you 10 seconds of Slowness II to balance out their incredible hunger restoration.
- Made Shroomloins far harder to anger, removing most blocks from their anger goals. (Now only Fungus, Fungus Caps and Wart blocks will anger them.)
- Updated Dullthorns Block texture palette to be consistent with the current Dullthorns textures. Updated the Dullthorns Tip texture so that if the tiling breaks and repeats the top texture, it should still look somewhat good.
- Updated Glowsilk Bow & Ascus Bomb sprites.
- Basalt Delta Strider Altar structures have had Silt added to their loot tables.
- Blackstone Dwarves now only drop a Golden Apple if killed by the Player.
- Blindsights, Shroomloins and Hoglins drop their loot less often.
- It should no longer rain in the Glowstone Canyon.
- Glowlight Fire now inflicts Luminance.
- Fixed Infection Overlay displaying incorrectly
- Several other minor bug fixes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| infernal-expansion-1.17.1-2.5.0-sources.jar | Unknown | 332.21 KiB |
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:ZrpxHZN4:bSi9nFAH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrpxHZN4:bSi9nFAH"
}

