Skip to content

infernalstudios/Infernal-Expansion

Repository files navigation

Infernal Expansion



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')
}