Table of Contents

RedLogic

This is a mod that adds RP2-inspired wires, lamps and logic gates.

Dependencies

Downloads

Minecraft 1.7.2

Other

Version History

58.0.2 (23 March 2014)

58.0.1 (20 March 2014)

58.0.0 (20 March 2014)

For developers

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'
  }