Back to Browse

ProjectRed + Computercraft Elevator Tutorial [1.7.10]

18.0K views
Sep 24, 2015
23:15

In this video, I explain how to make an elevator using the mods ProjectRed and Computercraft! Play on the server with us on the modpack! http://tinyurl.com/TEOMModpack Computer Code: while true do SIDE = "top" if redstone.testBundledInput(SIDE,colors.lime) == true then redstone.setBundledOutput(SIDE,colors.green) sleep(2) end if redstone.testBundledInput(SIDE,colors.red) == true then redstone.setBundledOutput(SIDE,colors.pink) sleep(2) end if redstone.testBundledInput(SIDE,colors.black) == true then redstone.setBundledOutput(SIDE,0) end sleep(1) end enjoy!

Download

0 formats

No download links available.

ProjectRed + Computercraft Elevator Tutorial [1.7.10] | NatokHD