Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/infernalstudios/infernal-expansion
- Owner: infernalstudios
- License: apache-2.0
- Created: 2020-08-02T17:41:06.000Z (over 4 years ago)
- Default Branch: 1.19
- Last Pushed: 2024-12-21T13:13:35.000Z (5 days ago)
- Last Synced: 2024-12-21T13:28:09.056Z (5 days ago)
- Topics: forge, gradle, java, minecraft, minecraft-mod, mod, open-source
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/infernal-expansion
- Size: 43 MB
- Stars: 58
- Watchers: 5
- Forks: 31
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[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')
}
```