Stacking Latch: Difference between revisions
(Created page with "{{Block |image=Stacking_Latch_256.png |invimage=Stacking Latch |type=Multipart block |dirt=Support block |gravity=No |transparent=Yes <small>(partial)</small> |light=Yes, 7 |t...") |
Rocketstrong (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
}} | }} | ||
The ''' | The '''Data Cell''', is an array [[Logic Gate|logic gate]]. It is a normal latch with a pass through lock. | ||
== Obtaining == | == Obtaining == | ||
Line 26: | Line 26: | ||
|A2= Wired Plate |B2= Cathode |C2= Wired Plate | |A2= Wired Plate |B2= Cathode |C2= Wired Plate | ||
|A3= Circuit Plate |B3= Cathode |C3= Cathode | |A3= Circuit Plate |B3= Cathode |C3= Cathode | ||
|Output= | |Output= Stacking Latch | ||
|foot=1 | |foot=1 | ||
}} | }} | ||
Line 32: | Line 32: | ||
== Usage == | == Usage == | ||
=== I/O === | === I/O === | ||
The | The Data Cell has a 1 input and 1 output, as well as a bi-directional wire running from the left and right. When placing the gate on the ground, the side facing the player is the input and the side facing away is the output. | ||
=== Logic === | === Logic === | ||
Line 43: | Line 43: | ||
|- | |- | ||
| v4.5.9 | | v4.5.9 | ||
| Added the | | Added the Stacking Latch. | ||
|- | |||
| v4.9.1 | |||
| Renamed Data Cell. | |||
|} | |} | ||
== Issues == | == Issues == | ||
{{Issues}} | {{Issues}} |
Latest revision as of 14:02, 12 November 2018
Type |
Multipart block |
---|---|
Physics |
No |
Transparency |
Yes (partial) |
Luminance |
Yes, 7 |
Blast resistance | |
Tool |
Any tool |
Renewable |
Yes |
Stackable |
Yes (64) |
Flammable |
No |
Availability |
Survival |
First appearance | |
Drops |
Itself |
Data value |
dec: 31 hex: 1F bin: 11111 |
Multipart ID |
pr_agate |
The Data Cell, is an array logic gate. It is a normal latch with a pass through lock.
Obtaining
Crafting
Ingredients | Crafting recipe |
---|---|
Circuit Plate + Cathode + Wired Plate |
Usage
I/O
The Data Cell has a 1 input and 1 output, as well as a bi-directional wire running from the left and right. When placing the gate on the ground, the side facing the player is the input and the side facing away is the output.
Logic
As a standard latch works, the output is set to the input while the locking input is on. When the lock input turns off, the output is 'latched', or stuck, as it was. In this case, the locking input is the wire that runs from the left and the right. It allows redstone signals to pass through without interference, just like the null cell.
History
Version | Changes |
---|---|
v4.5.9 | Added the Stacking Latch. |
v4.9.1 | Renamed Data Cell. |
Issues
Issues pertaining to "Stacking Latch" are maintained on the ProjectRed Github page. Report issues there.