Compatability: Difference between revisions
(Update to most recent changes) |
m (Fixed links and marked CC as enabled, plus a few minor tweaks.) |
||
Line 1: | Line 1: | ||
ProjectRed is compatible with other Minecraft mods. Currently, support has been added for | ProjectRed is compatible with other Minecraft mods. Currently, support has been added for | ||
[http://www.computercraft.info/ | [http://www.computercraft.info/ ComputerCraft], | ||
[http://www.minecraftforum.net/topic/1297506- Thermal Expansion], | [http://www.minecraftforum.net/topic/1297506- Thermal Expansion], | ||
[http://www.minecraftforum.net/topic/1659892-/ Tinkers Construct] | [http://www.minecraftforum.net/topic/1659892-/ Tinkers Construct] | ||
and [http://www.minecraftforum.net/topic/1009577- Treecapitator] | and [http://www.minecraftforum.net/topic/1009577- Treecapitator] | ||
=== | === ComputerCraft === | ||
ComputerCraft Computers will accept [[Bundled Cable|bundled cable]]s and interface with different [[Insulated Red Alloy Wire|coloured wires]]. | |||
<small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/src/mrtjp/projectred/compatibility/computercraft package: mrtjp.projectred.compatibility.computercraft]</small> | |||
<small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/ | |||
=== Thermal Expansion === | === Thermal Expansion === | ||
The Induction Smelter is able to smelt 1 iron with 4 redstone to make 1 [[Red Alloy Ingot|red alloy ingot]]. | The Induction Smelter is able to smelt 1 iron with 4 redstone to make 1 [[Red Alloy Ingot|red alloy ingot]]. | ||
<small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/ | <small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/src/mrtjp/projectred/compatibility/thermalexpansion package: mrtjp.projectred.compatibility.thermalexpansion]</small> | ||
=== Tinkers Construct === | === Tinkers Construct === | ||
Line 35: | Line 32: | ||
* '''1''' Molten '''Redstone''' fluid unit with '''4''' Molten '''Aluminium''' fluid units | * '''1''' Molten '''Redstone''' fluid unit with '''4''' Molten '''Aluminium''' fluid units | ||
Finally, [[ | Finally, [[Red Alloy Ingot]]s can be cast by pouring Molten Conductive Redmetal into an Ingot Cast | ||
<small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/ | <small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/src/mrtjp/projectred/compatibility/tconstruct package: mrtjp.projectred.compatibility.tconstruct]</small> | ||
=== Treecapitator === | === Treecapitator === | ||
The [[Axe|axe]]s in the [[Exploration]] module can be used as | The [[Axe|axe]]s in the [[Exploration]] module can be used as Treecapitator axes and the [[Tree|dyed trees]] are able to be decapitated. | ||
<small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/ | <small>Source: [https://github.com/MrTJP/ProjectRed/tree/master/src/mrtjp/projectred/compatibility/treecapitator package: mrtjp.projectred.compatibility.treecapitator]</small> |
Latest revision as of 19:11, 15 November 2014
ProjectRed is compatible with other Minecraft mods. Currently, support has been added for ComputerCraft, Thermal Expansion, Tinkers Construct and Treecapitator
ComputerCraft
ComputerCraft Computers will accept bundled cables and interface with different coloured wires.
Source: package: mrtjp.projectred.compatibility.computercraft
Thermal Expansion
The Induction Smelter is able to smelt 1 iron with 4 redstone to make 1 red alloy ingot.
Source: package: mrtjp.projectred.compatibility.thermalexpansion
Tinkers Construct
Molten Redstone
Molten Redstone is made by putting Redstone Dust or a Redstone Block in the Smeltery.
1 Redstone Dust = 1 unit Tinkers Construct fluid
1 Redstone Block = 9 units of fluid
Molten Conductive Redmetal
Molten Conductive Redmetal is made by a variety of alloy mixes:
- 4 Molten Redstone fluid units with 1 Molten Iron fluid unit OR
- 3 Molten Redstone fluid units with 2 Molten Copper fluid units OR
- 2 Molten Redstone fluid units with 3 Molten Tin fluid units OR
- 1 Molten Redstone fluid unit with 4 Molten Aluminium fluid units
Finally, Red Alloy Ingots can be cast by pouring Molten Conductive Redmetal into an Ingot Cast
Source: package: mrtjp.projectred.compatibility.tconstruct
Treecapitator
The axes in the Exploration module can be used as Treecapitator axes and the dyed trees are able to be decapitated.
Source: package: mrtjp.projectred.compatibility.treecapitator