• 0

    posted a message on Strange piston bug/BUD?
    That's interesting. Hm.
    Even more so because I use this type of piston VERY often and have never run into the problem before. This video was made a long time ago.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Strange piston bug/BUD?
    Ohhh. Mine are every other block. That's a nice solution. I'll see if I can fit that in my more compact one.

    EDIT:
    Literally built this in 30 seconds, added a lever, turned it off and on, did nothing else. This time only one piston did it. Nothing else was done to that piston to make it into a BUD in anyway.




    xpew: The reason doing every block a piston works, is because the pistons are reset when an adjacent block is updated. So- although a line of redstone is /technically/ "instant" it's actually just very very fast. There IS an amount of time between each piece. Therefore, a piston touching another piston- one will retract, which, in turn, updates the one next to it, causing it to retract, updating the one next to it, so on and so forth.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Another hour and about 45 minutes in today, unfortunately, about 30 minutes in, the world spontaneously corrupted and deleted itself. Luckily, I make a manual back-up every time I save. SO! I didn't lose too much. I managed to rebuild what I had built in about 15 minutes, in the next 15 minutes, recolored the busses. The last 45 minutes I spent bug-fixing. I found a strange piston bug that kind of causes a BUD, but as far as I can see, it's more or less unpredictable. It's extremely annoying. =/

    So, today's progress:
    Built in the winning detection cancellers. This makes it so the hand that is carried on to the second stage of winning detection is only the single player's hand that won the previous check.
    Then I connected a bunch of stuff that I didn't finish connecting last time.

    Finally, pictures:




    Posted in: Redstone Creations
  • 0

    posted a message on Strange piston bug/BUD?
    When using downward facing pistons with a line of redstone above them to power, it seems that there is a possibility that they do not retract when the above line is unpowered. It seems to mainly happen on longer lines attached with repeaters, but happens on shorter ones, too. I have a feeling it has to do with location, as it happens to the same pistons each time, and I can't find any other cause for it...

    Anybody know what is causing this or how to fix it?

    At the moment, I found that putting a torch on the side of the block that is powering the piston will cause it to update and retract a tick later, which makes it fix. However, now I'm running into the same problem inside of compact circuits, and I can't really have a torch hanging on the wall as it is powering other pistons...

    Anybody else run into this or know what is causing it?
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Got an hour in today. Little bit of bug-fixing with the Left or Right Double. Also added on two outputs to it that simply carry on the old signals. I just realized I forgot one part- I need to make the winning player's signal cancel out the losing player's, so the hands don't get mixed up or combined.

    Then I made some huge busses, beginning the winner vs winner signals. I had to make them a little bit higher because I need the room on the front of the RAM for the game play module later.

    One picture today, an update of what the final piece currently looks like:
    Posted in: Redstone Creations
  • 1

    posted a message on can command blocks be used to fill a chest?
    Quote from ilwis

    /setblock ~ ~ ~2 minecraft:chest 0 keep {Items:[{id:260,Count:5}]}

    you've been schooled!..... lol
    hope this helps :)


    That's what I was thinking... O.o
    FallingSand can be used to place items in blocks too.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Quote from Jmal116

    In my experience its always better to catch bugs like that beforehand, and not after it's all done and you already built around it lol. It's been a while since I checked in, and it's looking really good!


    I definitely agree! I'm glad I caught them this early. It would have been a pain to have to go back and find them later. :S

    I always try to do extensive tests to make sure everything up to that point is working the way it should.
    Posted in: Redstone Creations
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    1.5 more hours.
    Changed the Decoder from Red to Hardened Clay. Red/Blue Wool/Clay will be used as players in the future.

    Designed two new circuits: Up/Down Comparator, and Left or Right double Comparator.
    (Please help me with these names! I'm sure they have real names and I have NO idea what they could be!)

    Up/Down Comparator has two inputs and two outputs. If one input is on, then the same output is on. If both are on or both are off, there is no output.
    This checks to see any draws that the players might have. For example, if they both have a Pair, then it deletes the fact that they have Pairs and goes on to check the High Card.

    The Left or Right double Comparator is similar in the fact that it has two inputs and two outputs. Inversely, it does NOT check to see if the Up/Down both exist. The Up/Down comparator makes it so only 1 input can be activated at a time.
    It's a stackable mechanism that passes on to a lower level the fact that it has ANY input at all. Input 1 OR input 2 (different players, same hands) will deactivate ALL outputs below that level.
    So, let's say one player has a 9-high 3K, the other player has a Ace-high 2P. The 3K out-ranks all the other hands and likewise, those hands will not be allowed to pass. The single highest signal will succeed through.
    It's a little hard to explain. Sorry if that was confusing.

    Pictures!
    The first one is the two comparators. Lime Clay is the Up/Down, Dark Green is the Left or Right Double.
    The second is the two circuits added on to one side of the system.
    The third is the new Progress.








    Posted in: Redstone Creations
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Caught LOTS of bugs. Lucky to get them early on. First off, the left side players, when I flipped them, I messed the bussing up. Full Houses were caused by 4K + Pair instead of 3K + Pair. 3K and 4K themselves were flipped. (Which is why the first error escaped me until now) A couple backwards repeaters. (Thanks WorldEdit!) As well as a few others which I have forgotten...
    I think I spent approximately 1 hour fixing bugs, and another hour or so copying the hand calculations to the other players as well. Now all 4 players have their hands calculated and sorted/outputted into order of rank.

    Pictures! :D
    First up, example hand(Full House)
    Next three pictures are simply angles of the entire thing. In FAR rendering distance, this time!

    Front:

    Iso:

    Top:







    EDIT: Also switched the B2D from Red to Hardened Clay. Red and Blue Wool/Clay will be used as players.
    Posted in: Redstone Creations
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Alrighty! Got another hour in this morning before school. Bussing, bussing, and a little more bussing.

    First of all, I fixed the straight detector. No pictures because it's hard to actually notice. Basically, I un-inverted the original signals, split up each different straight, and inverted those signals at the end. This will detect any and all straights. :)

    Next up, I sorted and bussed the hands in descending order. First picture is the bussing up, second picture is calculating the final hand, the Straight Flush, and the last picture is the line up of all the hands in descending order.






    Posted in: Redstone Creations
  • 0

    posted a message on Multi-Code Shift Register Combination Lock
    Not to be nit-picky, but I'm pretty sure most advanced combo locks are based on shift registers... O.o
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Any Way For a Command Block to Check for Blocks?
    Lame! I went through all of the trouble designing a system that checks for blocks and now they are adding it in to the game. Oh well! Guess it just makes life easier in the future.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Possible the safest trading station without mods/plugins!
    How is this safe? You're using an easily broken, easily cheated sorting system. On top of that, it's only a 1:1 trading system...
    Don't get me wrong, it's a nice design, but majorly over-hyped and falsely advertised.
    Posted in: Redstone Creations
  • 0

    posted a message on (WIP) v2 5-card draw Poker!
    Hey guys! Sorry I haven't posted in a few days. I've been really sick and busy. :S

    Got about an hour and a half in today.
    Built the Pair, 2P, 3K, 4K, Full House, Straight, and High Card detectors.
    Refer to original post for color legend.

    Here you see most of the hand configurations. The yellow section is basically a 2 or more detector. 1 signal being inputted to it sends an output through the yellow circuit and out the end. The inputs are Pair and 3K. 2 or more signals will send an output through the orange line. This is most commonly meaning a 2P. However, it can also be combined with an AND gate to 3K to show that a Full House is chosen. This AND gate can be seen near the left edge, connecting to the gray(Full House) line.
    That's the majority of what is going on here. The rest is just collecting all the inputs.


    Here, we have the beginning of the Straight detector. As I'm typing this, I realized that I did it wrong... :S
    I'll have to fix it when I get a chance. The straight detector works by dropping a signal from each number into a line. These SHOULD be inverted so that all the torches that are being dropped must be off, again, just a 5 long AND gate. The purple blocks with repeaters coming off will be used as the High Cards.


    Posted in: Redstone Creations
  • 0

    posted a message on Adjustable No-Pulse Detector/Pulse Extender
    Yes, that is the design I was talking about. :) It's big, but does what I need it to.
    Posted in: Redstone Discussion and Mechanisms
  • To post a comment, please .