Jump to: navigation, search

Version archive: Difference between revisions

No edit summary
No edit summary
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installation ==
== Installation ==
# 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]
# Install [[MrTJPCore version archive|MrTJPCore]] (Try latest, roll back to recommended if there are problems).
# Install '''MrTJPCore'''
# Download the jars that you want for '''ProjectRed''' and place them in the mods folder. (The '''dev''' and '''src''' jars are for developers only)
# 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 downloaded '''AUTOMATICALLY'''!
# '''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 [http://www.patreon.com/MrTJP Patreon]
 
=== Latest Versions ===
{| class="wikitable"  style="margin: 1em auto 1em auto;" width="100%"
! width="50%" | Link
! width="50%" | Description
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/229002-mrtjpcore MrTJPCore]
| Common library required for all mods.
|-
| style="text-align:center;" | [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.
<br/>'''dependencies:'''
*MrTJPCore
*Forge Multipart
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/229045-project-red-integration ProjectRed Integration]
| Adds gates and redstone wiring.
<br/>'''dependencies:'''
*Project Red Base
|-
| 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.
<br/>'''dependencies:'''
*Project Red Integration
|-
| style="text-align:center;" | [http://www.curse.com/mc-mods/minecraft/229048-project-red-mechanical ProjectRed Mechanical]
| Adds frame motors, item pipes, tubes, and machines.
<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:'''
*Project Red Base
|-
| style="text-align:center;" | [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.
<br/>'''dependencies:'''
*MrTJPCore
|-
| 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
|}


== Compatibile mods and Addons ==
== Compatibile mods and Addons ==
The following mods add cross-mod interactions with Project Red:
The following mods add cross-mod interactions with Project Red:
*'''[[Forge Relocation version archive|Forge Relocation]]''' - Relocate blocks in style.
*'''[[Forge Relocation version archive|Forge Relocation]]''' - Relocate blocks in style.
*'''[http://www.minecraftforum.net/topic/909223- WirelessRedstone - ChickenBones Edition]''' - Red alloy wire signals can be run to limitless ranges with wireless transmitters and receivers.
*'''[http://www.minecraftforum.net/topic/909223- WirelessRedstone - ChickenBones Edition]''' - Red alloy wire signals can be run to limitless ranges with wireless transmitters and receivers.
Line 17: Line 76:
*'''[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.
== Not compatible with ==
*'''Optifine''' (not officially supported, but may work)
*'''Shaders of any kind''' (do not report any graphical weirdness if you are using them)
== Downloads ==
'''If you'd like to support further development and continuation of my mods, support me on [http://www.patreon.com/MrTJP Patreon]
{| class="wikitable"  style="margin: 1em auto 1em auto;" width="70%"
|-
| {{#widget:CurseForgeProject |slug= 228702-project-red-base}}
|-
| {{#widget:CurseForgeProject |slug= 228702-project-red-base}}
|-
| {{#widget:CurseForgeProject |slug= 228702-project-red-base}}
|-
| {{#widget:CurseForgeProject |slug= 228702-project-red-base}}
|}
<span style="font-size:70%">{{purge}}</span>
'''[[Legacy version archive 3|Older versions]]'''


== Changelog ==
== Changelog ==
A complete change log can be found [http://raw.github.com/MrTJP/ProjectRed/master/resources/Changelog here].
A complete change log can be found [http://raw.github.com/MrTJP/ProjectRed/master/resources/Changelog here].


== Source Code and Development ==
== 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.

Revision as of 15:29, 10 July 2015

Installation

  1. Make sure you back up your world.
  2. Install Minecraft Forge
  3. Install MrTJPCore
  4. 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.
  5. 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.


dependencies:

  • MrTJPCore
  • Forge Multipart
ProjectRed Integration Adds gates and redstone wiring.


dependencies:

  • Project Red Base
ProjectRed Fabrication Adds digital integrated circuits that allows hundreds of gates to be squeezed into one.


dependencies:

  • Project Red Integration
ProjectRed Mechanical Adds frame motors, item pipes, tubes, and machines.


dependencies:

  • Project Red Base
  • Forge Relocation
  • Forge Relocation FMP Plugin
ProjectRed Lighting Adds redstone-controlled lighting that is brighter and better looking then torches.


dependencies:

  • Project Red Base
ProjectRed World Adds worldgen, tools, and armor.


dependencies:

  • Project Red Base
ProjectRed Compat Adds cross-mod compatibility with other mods such as Computercraft and Tinkers Construct.


dependencies:

  • Project Red Base
Forge Relocation A library that allows mods to move blocks with ease, primarily used for frames and motors.


dependencies:

  • MrTJPCore
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.


dependencies:

  • Forge Relocation
  • Forge Multipart

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.



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