Nether APIInfo For Mod DevsAdd the following to your build.gradle to add this mod's files to your workspace:dependencies { deobfCompile 'com.github.jbredwards:nether-API:1.12.2-SNAPSHOT' } 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!