Version archive: Difference between revisions
No edit summary |
Mastergalen (talk | contribs) (Update 1.15 download links) |
||
Line 2: | Line 2: | ||
# Make sure you back up your world. | # Make sure you back up your world. | ||
# Install [http://files.minecraftforge.net/ Minecraft Forge] | # Install [http://files.minecraftforge.net/ Minecraft Forge] | ||
# Install ''' | # Install external library mods required for Project Red: | ||
* [https://www.curseforge.com/minecraft/mc-mods/scorge Scorge] | |||
* [https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8 Code Chicken Lib] | |||
* [https://www.curseforge.com/minecraft/mc-mods/cb-multipart CB Multipart] | |||
# Install '''Project Red Core''' | |||
# 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. | # 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. | # '''Forge Multipart''' will be auto-downloaded on first launch. | ||
Line 17: | Line 21: | ||
| Common library required for all mods. | | Common library required for all mods. | ||
|- | |- | ||
| style="text-align:center;" | [ | | style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-core ProjectRed Core] | ||
| | | A common library shared by the other modules. By itself it doesn't add much, but is '''required''' to be installed. | ||
|- | |- | ||
| style="text-align:center;" | [ | | style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-integration ProjectRed Integration] | ||
| Adds gates and redstone wiring. | | Adds gates and redstone wiring. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red | *Project Red Core | ||
|- | |- | ||
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/230111-project-red-fabrication ProjectRed Fabrication] | | style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/230111-project-red-fabrication ProjectRed Fabrication] | ||
| | | Redstone logic gates that can replace very large multi-block circuits. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red Integration | *Project Red Integration | ||
|- | |- | ||
| style="text-align:center;" | [ | | style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-illumination ProjectRed Illumination] | ||
| Decorative, redstone-controlled lighting. | |||
| | |||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
*Project Red | *Project Red Core | ||
|- | |- | ||
| style="text-align:center;" | [ | | style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-exploration ProjectRed Exploration] | ||
| | | Adds Worldgen, ores, tools, decorative blocks, etc. | ||
<br/>'''dependencies:''' | <br/>'''dependencies:''' | ||
* | *Project Red Core | ||
|} | |} | ||
Line 76: | Line 54: | ||
*'''[http://profmobius.blogspot.fr/ Waila]''' - Adds special in-world tooltips for gates that show info such as inputs, outputs, delays, time, etc. | *'''[http://profmobius.blogspot.fr/ Waila]''' - Adds special in-world tooltips for gates that show info such as inputs, outputs, delays, time, etc. | ||
*'''[http://www.minecraftforum.net/topic/2201440- OpenComputers]''' - Computers connect to bundled cables. They can read and emit signals. | *'''[http://www.minecraftforum.net/topic/2201440- OpenComputers]''' - Computers connect to bundled cables. They can read and emit signals. | ||
== Source Code == | == Source Code == | ||
The GitHub repository can be found [http://github.com/MrTJP/ProjectRed/ here]. If you know a thing or two about Java and would like to help, feel free to check it out. | The GitHub repository can be found [http://github.com/MrTJP/ProjectRed/ here]. If you know a thing or two about Java and would like to help, feel free to check it out. |
Latest revision as of 21:20, 8 May 2021
Installation
- Make sure you back up your world.
- Install Minecraft Forge
- Install external library mods required for Project Red:
* Scorge * Code Chicken Lib * CB Multipart
- Install Project Red Core
- 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 Core | A common library shared by the other modules. By itself it doesn't add much, but is required to be installed. |
ProjectRed Integration | Adds gates and redstone wiring.
|
ProjectRed Fabrication | Redstone logic gates that can replace very large multi-block circuits.
|
ProjectRed Illumination | Decorative, redstone-controlled lighting.
|
ProjectRed Exploration | Adds Worldgen, ores, tools, decorative blocks, etc.
|
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.
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.