mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 22:01:52 +09:00
738 B
738 B
| 1 | id | drop | name | accept | inputcount | inputtype | outputtype |
|---|---|---|---|---|---|---|---|
| 2 | 8192 | 8192 | WIRE_RED | digital_bit | N/A | N/A | N/A |
| 3 | 8193 | 8193 | WIRE_GREEN | digital_bit | N/A | N/A | N/A |
| 4 | 8194 | 8194 | WIRE_BLUE | digital_bit | N/A | N/A | N/A |
| 5 | 8195 | 8195 | WIRE_BUNDLE | digital_3bits | N/A | N/A | N/A |
| 6 | bundlemaker | bundlemaker | WIRE_BUNDLEMAKER | N/A | 3 | digital_bit | digital_3bits |
| 7 | # inputcount: how many sides are input (outputcount is deduced from the inputcount). N/A for wires | ||||||
| 8 | # inputtype: which wiretype it accepts. N/A for wires | ||||||
| 9 | # outputtype: which wiretype it emits. N/A for wires |