Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

praryboy

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. This forum is very helpful, thank you very much for your responses. Authored 3 days ago Awesome, I was just about to update OC anyway.
  2. I am using a Tier 2 card. The problem is not that I can't get the value of the color cable. The problem is that the color is not returned by the redstone_changed event, so you have to loop through all the colors calling getBundledInput() on each looking for the one that changed. If the change was initiated by a normal wooden button on the white channel, for example, unless the code is fast enough, there is a good chance the button has turned off already by the time the code gets to checking the white cable. What I've managed to do since posting the question is create a loop that quickly ca
  3. I am building a simple microcontroller to use as a sort of toggle latch. The idea is I'll have multiple buttons connected to different colored wires connected to the input, and pressing one will set that color to ON on the output until the user presses a different button. The problem is the redstone_changed event doesn't pass back which color initiated the event, and in the time it takes for a For loop to iterate through the colors and find the one that is currently ON, it has already turned OFF again (minecraft buttons only issue a pulse for a moment). Is there any way to get the color th
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.