Version archive: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
! width="25%" | Description | ! width="25%" | Description | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229002-mrtjpcore MrTJPCore] | ||
| Common library required for all mods. | | Common library required for all mods. | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/228702-project-red-base ProjectRed Base] | ||
| Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules. | | Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*MrTJPCore | *MrTJPCore | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229045-project-red-integration ProjectRed Integration] | ||
| Adds gates and redstone wiring. | | Adds gates and redstone wiring. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
Line 28: | Line 28: | ||
*Forge Multipart | *Forge Multipart | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/230111-project-red-fabrication ProjectRed Fabrication] | ||
| Adds digital integrated circuits that allows hundreds of gates to be squeezed into one. | | Adds digital integrated circuits that allows hundreds of gates to be squeezed into one. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
Line 35: | Line 35: | ||
*Forge Relocation FMP Plugin | *Forge Relocation FMP Plugin | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229048-project-red-mechanical ProjectRed Mechanical] | ||
| Adds item pipes, tubes, and machines. | | Adds item pipes, tubes, and machines. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red Base | *Project Red Base | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229046-project-red-lighting ProjectRed Lighting] | ||
| Adds redstone-controlled lighting that is brighter and better looking then torches. | | Adds redstone-controlled lighting that is brighter and better looking then torches. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red Base | *Project Red Base | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229049-project-red-world ProjectRed World] | ||
| Adds worldgen, tools, and armor. | | Adds worldgen, tools, and armor. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red Base | *Project Red Base | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/229050-project-red-compat ProjectRed Compat] | ||
| Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct. | | Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red Base | *Project Red Base | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/232075-forge-relocation Forge Relocation] | ||
| A library that allows mods to move blocks with ease, primarily used for frames and motors. | | A library that allows mods to move blocks with ease, primarily used for frames and motors. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*MrTJPCore | *MrTJPCore | ||
|- | |- | ||
| | | [http://www.curse.com/mc-mods/minecraft/232076-forge-relocation-fmp-plugin Forge Relocation - FMP Plugin] | ||
| An addon for ForgeRelocation that allows FMP tiles to move properly, multiparts to be put inside of frame blocks, and covers/panels to be used to modify connections. | | An addon for ForgeRelocation that allows FMP tiles to move properly, multiparts to be put inside of frame blocks, and covers/panels to be used to modify connections. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' |
Revision as of 13:58, 7 July 2015
Installation
- Make sure you back up your world.
- Install Minecraft Forge
- Install MrTJPCore
- Download the jars that you want and place them in the mods folder. Pay special attention to the dependencies list on the right side. Those are the mods that also must be installed for the mod in question to work.
- Forge Multipart will be auto-downloaded on first launch.
Downloads
If you'd like to support further development and continuation of my mods, support me on Patreon
Latest Versions
Link | Description |
---|---|
MrTJPCore | Common library required for all mods. |
ProjectRed Base | Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules.
|
ProjectRed Integration | Adds gates and redstone wiring.
|
ProjectRed Fabrication | Adds digital integrated circuits that allows hundreds of gates to be squeezed into one.
|
ProjectRed Mechanical | Adds item pipes, tubes, and machines.
|
ProjectRed Lighting | Adds redstone-controlled lighting that is brighter and better looking then torches.
|
ProjectRed World | Adds worldgen, tools, and armor.
|
ProjectRed Compat | Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct.
|
Forge Relocation | A library that allows mods to move blocks with ease, primarily used for frames and motors.
|
Forge Relocation - FMP Plugin | An addon for ForgeRelocation that allows FMP tiles to move properly, multiparts to be put inside of frame blocks, and covers/panels to be used to modify connections.
|
Compatibile mods and Addons
The following mods add cross-mod interactions with Project Red:
- Forge Relocation - Relocate blocks in style.
- WirelessRedstone - ChickenBones Edition - Red alloy wire signals can be run to limitless ranges with wireless transmitters and receivers.
- NotEnoughItems - Special recipes can be viewed. Also adds extra info to live tooltips.
- Tinkers Construct - Red alloy ingots can be crafted in the smeltery more efficiently.
- Thermal Expansion - Induction smelters can make Red alloy ingots more efficiently.
- Waila - Adds special in-world tooltips for gates that show info such as inputs, outputs, delays, time, etc.
- OpenComputers - Computers connect to bundled cables. They can read and emit signals.
Changelog
A complete change log can be found here.
Source Code
The GitHub repository can be found here. If you know a thing or two about Java and would like to help, feel free to check it out.