This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
anonimo182's profile picture

CC + Wireless Redstone (Chicken Bones)

Started by anonimo182, 21 November 2012 - 10:19 AM
anonimo182 #1
Posted 21 November 2012 - 11:19 AM
I just read that chicken bones made wireless redstone commands for CC, but some one knows about them?

http://www.minecraftforum.net/topic/909223-125145-smp-chickenbones-mods/

There is a edition for Wireless Redstone, and the last change added the wireless redstone as pheriperals, does anyone knows something about the commands?
Tiin57 #2
Posted 21 November 2012 - 11:25 AM
Try something a bit better. Details? Links?
anonimo182 #3
Posted 21 November 2012 - 11:28 AM
More info in the post now
Luanub #4
Posted 21 November 2012 - 11:40 AM
If they are periphs then you can find the methods.

Simply connect them to a computer with nothing else attached and run something like:

for var, x in pairs (rs.getSides()) do
  if peripheral.isPresent(x) then
    sType = peripheral.getType(x)
    tMethods = peripheral.getMethods(x)
    break
  end
end
print("The peripheral type is "..sType)
print("The periph has the following methods")
for x=1, #tMethods do
  print(tMethods[x])
end
anonimo182 #5
Posted 21 November 2012 - 11:44 AM
ok
Sebra #6
Posted 22 November 2012 - 07:24 AM
He wrote we need to wait for Eloraam to give out some logic for 1.4.5.
Be patient.
And he did not mention Turtle Upgrade :(/>/>