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?
CC + Wireless Redstone (Chicken Bones)
Started by anonimo182, Nov 21 2012 11:19 AM
5 replies to this topic
#1
Posted 21 November 2012 - 11:19 AM
#2
Posted 21 November 2012 - 11:25 AM
Try something a bit better. Details? Links?
#3
Posted 21 November 2012 - 11:28 AM
More info in the post now
#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:
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
Posted 21 November 2012 - 11:44 AM
ok
#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
/>
Be patient.
And he did not mention Turtle Upgrade
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











