more computer stuffs

This commit is contained in:
minjaesong
2025-04-01 21:03:09 +09:00
parent a4b6ad1d5f
commit 06a8fd38d1
4 changed files with 43 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
"serial";"dwarventech";"wires/ports.tga";0;0
"io_bus";"dwarventech";"wires/ports.tga";1;0
"token_ring";"dwarventech";"wires/ports.tga";2;0
"memory_bus";"memory_bus";"wires/ports.tga";2;0
1 accepts fileModule file xpos ypos
2 serial dwarventech wires/ports.tga 0 0
3 io_bus dwarventech wires/ports.tga 1 0
4 token_ring dwarventech wires/ports.tga 2 0
5 memory_bus memory_bus wires/ports.tga 2 0

View File

@@ -3,6 +3,7 @@ id;drop;name;renderclass;accept;inputcount;inputtype;outputtype;javaclass;invent
2;2;WIRE_IO_BUS;io_bus;io_bus;1;N/A;N/A;net.torvald.terrarum.modulecomputers.gameitems.WirePieceIOBus;dwarventech.items,1,1;1;""
3;3;WIRE_TOKENRING_BLACK;token_ring;token_ring;1;N/A;N/A;net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus;dwarventech.items,0,1;1;""
4;4;WIRE_TOKENRING_BLUE;token_ring;token_ring;1;N/A;N/A;net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus;dwarventech.items,0,1;1;""
5;5;WIRE_MEMORY_BUS;memory_bus;memory_bus;1;N/A;N/A;net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus;dwarventech.items,0,1;1;""
# accept: which wiretype (defined elsewhere) the wires acceps. Use comma to separate multiple. N/A for electronic components (aka not wires)
1 id drop name renderclass accept inputcount inputtype outputtype javaclass inventoryimg branching tags
3 2 2 WIRE_IO_BUS io_bus io_bus 1 N/A N/A net.torvald.terrarum.modulecomputers.gameitems.WirePieceIOBus dwarventech.items,1,1 1
4 3 3 WIRE_TOKENRING_BLACK token_ring token_ring 1 N/A N/A net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus dwarventech.items,0,1 1
5 4 4 WIRE_TOKENRING_BLUE token_ring token_ring 1 N/A N/A net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus dwarventech.items,0,1 1
6 5 5 WIRE_MEMORY_BUS memory_bus memory_bus 1 N/A N/A net.torvald.terrarum.modulecomputers.gameitems.WirePieceNetworkBus dwarventech.items,0,1 1
7 # accept: which wiretype (defined elsewhere) the wires acceps. Use comma to separate multiple. N/A for electronic components (aka not wires)
8 # inputcount: how many sides are input (outputcount is deduced from the inputcount). N/A for wires
9 # inputtype: which wiretype it accepts. N/A for wires