Jump to content




CC + Wireless Redstone (Chicken Bones)


  • You cannot reply to this topic
5 replies to this topic

#1 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

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.minecraft...ckenbones-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?

#2 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 21 November 2012 - 11:25 AM

Try something a bit better. Details? Links?

#3 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 21 November 2012 - 11:28 AM

More info in the post now

#4 Luanub

    Lua Nub

  • Members
  • 1,135 posts
  • LocationPortland OR

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


#5 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 21 November 2012 - 11:44 AM

ok

#6 Sebra

  • Members
  • 726 posts

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 :(/>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users