Jaitt, on 10 April 2013 - 11:12 AM, said:
Hi,
I have also been experiencing problems with reading individual input colours. Through experimenting I found it will return the total summed value of all the inputs not the individual line. 1 or 0
I believe the problem is on line 206 of the API. You are using
redstone.getBundledInput(string side)
If you were to use
redstone.testBundledInput(string side, int color value)
Instead you will get the actual on or off of an individual line.. worked for me
Tks
Great tip! In one fell swoop you probably squashed the majority of problems people were having! TYVM!
Now version 1.2!