249 posts
Location
In 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.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?
1243 posts
Location
Indiana, United States
Posted 21 November 2012 - 11:25 AM
Try something a bit better. Details? Links?
249 posts
Location
In the universe
Posted 21 November 2012 - 11:28 AM
More info in the post now
1111 posts
Location
Portland 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
249 posts
Location
In the universe
Posted 21 November 2012 - 11:44 AM
ok
724 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 :(/>/>