Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infernalstudios/infernal-expansion

Expanding the Nether beyond the Nether Update!
https://github.com/infernalstudios/infernal-expansion

forge gradle java minecraft minecraft-mod mod open-source

Last synced: 1 day ago
JSON representation

Expanding the Nether beyond the Nether Update!

Awesome Lists containing this project

README

        


Infernal Expansion



Discord


CurseForge Downloads



Modrinth Downloads





[Infernal Expansion](https://www.curseforge.com/minecraft/mc-mods/infernal-expansion) is a Nether expansion mod!

If you're contributing, please read [the contribution guide](./CONTRIBUTE.md).

### Maven Information
Infernal Expansion is published on [maven.infernalstudios.org](https://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`:
```gradle
repositories {
maven { url = 'https://maven.infernalstudios.org/releases' }
}

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