====== RedLogic ====== This is a mod that adds RP2-inspired wires, lamps and logic gates. {{:wiki:2014-03-19_07.15.14.png?400|}} ===== Dependencies ===== * [[wiki:immibiscore|Immibis' Core 58.0.1+]] ===== Downloads ===== ==== Minecraft 1.7.2 ==== * **[[http://files.shinonome.ch/mods172/RedLogic/RedLogic-1.7.2-58.0.2.jar|RedLogic 58.0.2]]** (latest) * [[http://files.shinonome.ch/mods172/RedLogic|Older versions]] ==== Other ==== * [[http://github.com/asiekierka/RedLogic|Source code]] ===== 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' }