Infernal Expansion

Infernal Expansion

11M Downloads

Infernal Expansion

Discord CurseForge Downloads Modrinth Downloads


Infernal Expansion is a Nether expansion mod!

If you're contributing, please read the contribution guide.

Maven Information

Infernal Expansion is published on maven.infernalstudios.org! If you want to use Infernal Expansion as a dependency for your mod, you can use the following in your build.gradle:

repositories {
    maven { url = 'https://maven.infernalstudios.org/releases' }
}

dependencies {
    implementation fg.deobf('org.infernalstudios:infernalexp:INFERNALEXPANSION_VERSION-MINECRAFT_VERSION')
}