Jump to: navigation, search

Version archive: Difference between revisions

No edit summary
(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 '''MrTJPCore'''
# 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;" | [http://www.curse.com/mc-mods/minecraft/228702-project-red-base ProjectRed Base]
| style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-core ProjectRed Core]
| Common library required for all ProjectRed modules. Adds crafting ingredient items, and manages dependencies between all modules.
| A common library shared by the other modules. By itself it doesn't add much, but is '''required''' to be installed.
<br/>'''dependencies:'''
*MrTJPCore
*Forge Multipart
|-
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/229045-project-red-integration ProjectRed Integration]
| 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 Base
*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]
| Adds digital integrated circuits that allows hundreds of gates to be squeezed into one.
| 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;" | [http://www.curse.com/mc-mods/minecraft/229048-project-red-mechanical ProjectRed Mechanical]
| style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-illumination ProjectRed Illumination]
| Adds frame motors, item pipes, tubes, and machines.
| Decorative, redstone-controlled lighting.
<br/>'''dependencies:'''
*Project Red Base
*Forge Relocation
*Forge Relocation FMP Plugin
|-
| style="text-align:center;" | [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.
<br/>'''dependencies:'''
*Project Red Base
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/229049-project-red-world ProjectRed World]
| Adds worldgen, tools, and armor.
<br/>'''dependencies:'''
*Project Red Base
|-
| style="text-align:center;" | [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.
<br/>'''dependencies:'''
<br/>'''dependencies:'''
*Project Red Base
*Project Red Core
|-
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/232075-forge-relocation Forge Relocation]
| style="text-align:center;" | [https://www.curseforge.com/minecraft/mc-mods/project-red-exploration ProjectRed Exploration]
| A library that allows mods to move blocks with ease, primarily used for frames and motors.
| Adds  Worldgen, ores, tools, decorative blocks, etc.
<br/>'''dependencies:'''
<br/>'''dependencies:'''
*MrTJPCore
*Project Red Core
|-
| style="text-align:center;" | [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.
<br/>'''dependencies:'''
*Forge Relocation
*Forge Multipart
|}
|}


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.
== Changelog ==
A complete change log can be found [http://raw.github.com/MrTJP/ProjectRed/master/resources/Changelog here].


== 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

  1. Make sure you back up your world.
  2. Install Minecraft Forge
  3. Install external library mods required for Project Red:
 * Scorge
 * Code Chicken Lib
 * CB Multipart
  1. Install Project Red Core
  2. 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.
  3. 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.


dependencies:

  • Project Red Core
ProjectRed Fabrication Redstone logic gates that can replace very large multi-block circuits.


dependencies:

  • Project Red Integration
ProjectRed Illumination Decorative, redstone-controlled lighting.


dependencies:

  • Project Red Core
ProjectRed Exploration Adds Worldgen, ores, tools, decorative blocks, etc.


dependencies:

  • Project Red Core

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.



Cookies help us deliver our services. By using our services, you agree to our use of cookies.