Redstone2D 
30 comments Info:
Adds redstone from minecraft.
Easy to add new devices/circuits (if you know Lua you can probably figure it out by looking into sys/lua/circuits/*.lua).
Current devices:
Dust - carries current
Torch - power source
Lever - power source (can toggle on/off with use key)
Piston - can push dynamic objects (objects built with wrench, some explode first)
Sticky Piston - same as piston but can also pull
Planned:
Repeaters
Buttons
TNT
If you find any bugs or have any ideas please PM me here: http://unrealsoftware.de/pm_new.php?toid=13445
Intall:
Copy all files to your cs2d folder
Add the following line to 'sys/lua/server.lua'
dofile("sys/lua/rs/main.lua")
How to use:
F2 - Open Redstone buy menu
F3 - Place item (must buy it first, it's placed where your mouse is)
F4 - Remove redstone
E - Use levers (depends on your cs2d controls setup)
To place torches on the side of walls move your cursor near the edge of the wall you want it on.
Adds redstone from minecraft.
Easy to add new devices/circuits (if you know Lua you can probably figure it out by looking into sys/lua/circuits/*.lua).
Current devices:
Dust - carries current
Torch - power source
Lever - power source (can toggle on/off with use key)
Piston - can push dynamic objects (objects built with wrench, some explode first)
Sticky Piston - same as piston but can also pull
Planned:
Repeaters
Buttons
TNT
If you find any bugs or have any ideas please PM me here: http://unrealsoftware.de/pm_new.php?toid=13445
Intall:
Copy all files to your cs2d folder
Add the following line to 'sys/lua/server.lua'
dofile("sys/lua/rs/main.lua")
How to use:
F2 - Open Redstone buy menu
F3 - Place item (must buy it first, it's placed where your mouse is)
F4 - Remove redstone
E - Use levers (depends on your cs2d controls setup)
To place torches on the side of walls move your cursor near the edge of the wall you want it on.
edited 1×, last 22.01.13 05:10:59 am

Comments
30 commentsLog in!
You need to log in to be able to write comments!Log in

is good if you make !redstone , @redstone ... no f2,f3,f4
to be used with other mods
good work
to be used with other mods
good work

That's a good start, but not good enough indeed. I mean why do you use wall? If you can make redstones look like wire - not crosses, GREAT JOB.