Version archive: Difference between revisions
No edit summary |
No edit summary |
||
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] (Try latest, roll back to recommended if there are problems). | # Install [http://files.minecraftforge.net/ Minecraft Forge] (Try latest, roll back to recommended if there are problems). | ||
# Install MrTJPCore | # Install '''MrTJPCore''' (Try latest, roll back to recommended if there are problems). | ||
# Download the jars that you want for '''ProjectRed''' and place them in the mods folder. | # Download the jars that you want for '''ProjectRed''' and place them in the mods folder. | ||
# '''Forge Multipart''' will be auto-downloaded on first launch. | # '''Forge Multipart''' will be auto-downloaded on first launch. | ||
Line 10: | Line 10: | ||
=== Latest Versions === | === Latest Versions === | ||
{| class="wikitable" style="margin: 1em auto 1em auto;" width="75%" | {| class="wikitable" style="margin: 1em auto 1em auto;" width="100%" | ||
! width="75%" | Link | |||
! width="25%" | Description | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229002-mrtjpcore}} | | {{#widget:CurseForgeProject |slug= 229002-mrtjpcore}} | ||
| Common library required for all mods. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 228702-project-red-base}} | | {{#widget:CurseForgeProject |slug= 228702-project-red-base}} | ||
| Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229045-project-red-integration}} | | {{#widget:CurseForgeProject |slug= 229045-project-red-integration}} | ||
| Adds gates and redstone wiring. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229048-project-red-mechanical}} | | {{#widget:CurseForgeProject |slug= 229048-project-red-mechanical}} | ||
| Adds item pipes, tubes, and machines. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229046-project-red-lighting}} | | {{#widget:CurseForgeProject |slug= 229046-project-red-lighting}} | ||
| Adds redstone-controlled lighting that is brighter and better looking then torches. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229049-project-red-world}} | | {{#widget:CurseForgeProject |slug= 229049-project-red-world}} | ||
| Adds worldgen, tools, and armor. | |||
|- | |- | ||
| {{#widget:CurseForgeProject |slug= 229050-project-red-compat}} | | {{#widget:CurseForgeProject |slug= 229050-project-red-compat}} | ||
| Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct. | |||
|} | |} | ||
=== Development builds === | |||
[[ | Development builds may have some additional features or improvements, but are not yet determined to be ready for release. They can usually be used with no problem, but are not recommended for use in your main world. | ||
Dev builds can be found [[Dev version archive|here]]. | |||
== Compatibile mods and Addons == | == Compatibile mods and Addons == | ||
Line 40: | Line 51: | ||
*'''[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. | ||
== Changelog == | == Changelog == |
Revision as of 00:25, 20 May 2015
Installation
- Make sure you back up your world.
- Install Minecraft Forge (Try latest, roll back to recommended if there are problems).
- Install MrTJPCore (Try latest, roll back to recommended if there are problems).
- Download the jars that you want for ProjectRed and place them in the mods folder.
- 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 |
---|---|
slug= 229002-mrtjpcore}} | Common library required for all mods. |
slug= 228702-project-red-base}} | Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules. |
slug= 229045-project-red-integration}} | Adds gates and redstone wiring. |
slug= 229048-project-red-mechanical}} | Adds item pipes, tubes, and machines. |
slug= 229046-project-red-lighting}} | Adds redstone-controlled lighting that is brighter and better looking then torches. |
slug= 229049-project-red-world}} | Adds worldgen, tools, and armor. |
slug= 229050-project-red-compat}} | Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct. |
Development builds
Development builds may have some additional features or improvements, but are not yet determined to be ready for release. They can usually be used with no problem, but are not recommended for use in your main world.
Dev builds can be found here.
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.