Integration: Difference between revisions
No edit summary |
mNo edit summary |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Integration.png| | [[File:Integration.png|300px|thumbnail|right|Some of the [[Logic Gate|logic gates]] that are added by '''Integration''', along with a few [[Wire|wires]]]] | ||
'''Integration''' is a module of ProjectRed. It adds [[Logic Gate|logic gates]] to [http://minecraft.gamepedia.com/Minecraft Minecraft]. | '''Integration''' is a module of ProjectRed. It adds extra [[Logic Gate|logic gates]] to [http://minecraft.gamepedia.com/Minecraft Minecraft]. These gates, when taking in a signal from either default Minecraft redstone dust or the relevant [[Wire|wire]] will perform operations on or set outputs based on the signal. | ||
'''Fabrication''' is a sub-module of Integration, that adds the [[IC Gate|IC Gate]] and its associated blocks. | |||
== Overview == | |||
Integration adds many logic gates to the game. A [[Logic Gate|logic gate]] is a small tile, much like the Redstone Repeater. Its purpose is to squeeze the functionality of a large redstone machine into a small block. And since logic gates are multiparts, they can be covered with micro blocks, or even share a block space with other logic gates. | Integration adds many logic gates to the game. A [[Logic Gate|logic gate]] is a small tile, much like the Redstone Repeater. Its purpose is to squeeze the functionality of a large redstone machine into a small block. And since logic gates are multiparts, they can be covered with micro blocks, or even share a block space with other logic gates. | ||
==Items Added== | |||
{| class=wikitable | |||
!colspan="5"|[[Logic Gate|Logic Gates]] | |||
|- | |||
!Combinatorial | |||
!Sequential | |||
!Array | |||
!Bundled | |||
!Other | |||
|- | |||
|[[OR Gate]] | |||
|[[Pulse Former]] | |||
|[[Null Cell]] | |||
|[[Bus Transceiver]] | |||
|[[Light Sensor]] | |||
|- | |||
|[[NOR Gate]] | |||
|[[Repeater]] | |||
|[[Invert Cell]] | |||
|[[Bus Randomizer]] | |||
|[[Rain Sensor]] | |||
|- | |||
|[[NOT Gate]] | |||
|[[Randomizer]] | |||
|[[Buffer Cell]] | |||
|[[Bus Converter]] | |||
|[[IC Gate]] | |||
|- | |||
|[[AND Gate]] | |||
|[[RS Latch]] | |||
|[[AND Cell]] | |||
|[[Bus Input Panel]] | |||
| | |||
|- | |||
|[[NAND Gate]] | |||
|[[Toggle Latch]] | |||
|[[Stacking Latch]] | |||
|[[Segment Display Gate]] | |||
| | |||
|- | |||
|[[XOR Gate]] | |||
|[[Transparent Latch]] | |||
| | |||
| | |||
| | |||
|- | |||
|[[XNOR Gate]] | |||
|[[Timer]] | |||
| | |||
| | |||
| | |||
|- | |||
|[[Buffer Gate]] | |||
|[[Sequencer]] | |||
| | |||
| | |||
| | |||
|- | |||
|[[Multiplexer]] | |||
|[[Counter]] | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
|[[State Cell]] | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
|[[Synchronizer]] | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
|[[Comparator]] | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
|[[Dec Randomizer]] | |||
| | |||
| | |||
| | |||
|- | |||
!colspan="6"|Blocks/Items | |||
|- | |||
|[[IC Workbench]] | |||
|[[IC Printer]] | |||
|[[IC Blueprint]] | |||
|[[IC Chip]] | |||
|} | |||
[[Category: ProjectRed Packages]] | [[Category: ProjectRed Packages]] |
Latest revision as of 17:32, 30 August 2018
Integration is a module of ProjectRed. It adds extra logic gates to Minecraft. These gates, when taking in a signal from either default Minecraft redstone dust or the relevant wire will perform operations on or set outputs based on the signal.
Fabrication is a sub-module of Integration, that adds the IC Gate and its associated blocks.
Overview
Integration adds many logic gates to the game. A logic gate is a small tile, much like the Redstone Repeater. Its purpose is to squeeze the functionality of a large redstone machine into a small block. And since logic gates are multiparts, they can be covered with micro blocks, or even share a block space with other logic gates.