User Tools

Site Tools


wiki:redlogic

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)

  • Added: BuildCraft trigger gates for bundled redstone signals.
  • Fixed: Red alloy wire rendering issues.

58.0.1 (20 March 2014)

  • Fixed: Server-side crashes with gates and red alloy wires.

58.0.0 (20 March 2014)

  • Ported to Minecraft 1.7.2.
  • NOTE: This version is broken on servers and very prone to crashes.

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'
  }
wiki/redlogic.txt · Last modified: 2015/06/25 15:45 by 127.0.0.1