Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
Updated 4 years ago
All versions
1.16.5-2.4.0
Release
Release 2.4.05 years ago 1,849
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Infection overlay will no longer render in Creative Mode or when the GUI is hidden
- Fixed Warpbeetle and Embody rendering bugs - Warpbeetle no longer floats a block above the ground, Embody no longer renders duplicate arms and head
- Bones and Quartz will no longer be placed down when opening chests
- New textures by Sheddmer!
- Suppressed all Warnings
- Voline's Eating Table now includes 1.17 items
- Set Dullthorn Block's tool type to Hoe
- Added Loot Tables for Cracked Glow/Dim/Dullstone Bricks
- Added all blocks to appropriate mineable tags to set their primary tool type
- Optimized assets, reducing filesize, with ImgBot
- Reworked build.gradle Added publish tasks for the Infernal Studios maven
- Curseforge and Modrinth: Added publish workflow that automatically publishes releases (with no changelog) to Github and uses previously mentioned tasks to publish to external sites
- Added a separation for jar files for different Minecraft versions but same version numbers
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| infernal-expansion-1.16.5-2.4.0.jar | Unknown | 13.85 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:ZrpxHZN4:10jtFxWv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrpxHZN4:10jtFxWv"
}

