Skip to content

A Minecraft mod that serves as a library for anyone wanting to add nether biomes, also unifies other mods' nether biomes!

Notifications You must be signed in to change notification settings

jbredwards/Nether-API

Repository files navigation

Nether API


Info For Mod Devs

Add the following to your build.gradle to add this mod's files to your workspace:
dependencies {
    deobfCompile 'com.github.jbredwards:nether-API:f2f48d7b8b'
}

repositories {
    maven { url 'https://jitpack.io' }
}
Any mods using this as a dependancy must make sure they're using stable_39 mappings for this mod to work properly in a deobfuscated enviornment!

About

A Minecraft mod that serves as a library for anyone wanting to add nether biomes, also unifies other mods' nether biomes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages