To use the API, add this to your Gradle configuration:
repositories { maven { name = "shinonome" url = "http://maven.shinonome.ch/" } } dependencies { compile 'mods.immibis.redlogic:RedLogic:58.0.2:api' }
where 58.0.2 is the latest version of RedLogic, hopefully. For deobfuscated builds for testing, add:
dependencies { compile 'mods.immibis.core:ImmibisCore:58.0.1:deobf' compile 'mods.immibis.redlogic:RedLogic:58.0.2:deobf' }