mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 05:41:51 +09:00
1.7 KiB
1.7 KiB
| 1 | id | drop | name | renderclass | accept | inputcount | inputtype | outputtype | javaclass | inventoryimg | branching | tags |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | 8192 | 8192 | WIRE_RED | signal | digital_bit | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,0,4 | 1 | SIGNALWIRE |
| 3 | 8193 | 8193 | WIRE_GREEN | signal | digital_bit | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,1,4 | 1 | SIGNALWIRE |
| 4 | 8194 | 8194 | WIRE_BLUE | signal | digital_bit | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,2,4 | 1 | SIGNALWIRE |
| 5 | #8195 | 8195 | WIRE_BUNDLE | signal | digital_3bits | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,0,0 | 1 | SIGNALWIRE |
| 6 | 8196 | 8196 | WIRE_POWER_LOW | power | power_low | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,3,4 | 1 | POWERWIRE_LOW |
| 7 | 8197 | 8197 | WIRE_POWER_HIGH | power | power_high | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,4,4 | 1 | POWERWIRE_HIGH |
| 8 | 8198 | 8198 | WIRE_ETHERNET | network | 10base2 | 3 | N/A | N/A | net.torvald.terrarum.modulebasegame.gameitems.WirePieceSignalWire | basegame.items,5,4 | 1 | ETHERNETWIRE |
| 9 | # accept: which wiretype (defined elsewhere) the wires acceps. Use comma to separate multiple. N/A for electronic components (aka not wires) | |||||||||||
| 10 | # inputcount: how many sides are input (outputcount is deduced from the inputcount). N/A for wires | |||||||||||
| 11 | # inputtype: which wiretype it accepts. N/A for wires | |||||||||||
| 12 | # outputtype: which wiretype it emits. N/A for wires | |||||||||||
| 13 | # branching: if this wire can have branches. Something like a thicknet can't have branches | |||||||||||
| 14 | # | |||||||||||
| 15 | # comments | |||||||||||
| 16 | # digital_3bits must come right after three wires it bundles | |||||||||||
| 17 | # what's the point of WIRE_BUNDLE when you can overlap as many wires as you want? -- Torvald, 2021-08-09 |