Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 436 Bytes

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!