wiki:redlogic
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | wiki:redlogic [2015/06/25 15:45] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RedLogic ====== | ||
| + | This is a mod that adds RP2-inspired wires, lamps and logic gates. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== Dependencies ===== | ||
| + | |||
| + | * [[wiki: | ||
| + | |||
| + | ===== Downloads ===== | ||
| + | |||
| + | ==== Minecraft 1.7.2 ==== | ||
| + | |||
| + | * **[[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ==== Other ==== | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | ===== 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 = " | ||
| + | url = " | ||
| + | } | ||
| + | } | ||
| + | | ||
| + | dependencies { | ||
| + | compile ' | ||
| + | } | ||
| + | |||
| + | where 58.0.2 is the latest version of RedLogic, hopefully. For deobfuscated builds for testing, add: | ||
| + | |||
| + | dependencies { | ||
| + | compile ' | ||
| + | compile ' | ||
| + | } | ||