• 0

    posted a message on Braided Stream through a rolling valley
    Looks like this would be a good base for many builds. I may use this some day.
    Posted in: Screenshots
  • 0

    posted a message on Binary to Decimal Help
    There are a few ways. There are a few designs on the same principle (tons of AND gates) that are a lot smaller and faster. You could use fancy algorithm-based device (like double-dabble), but that's a bit overkill for this purpose.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on New CANDOR Gate
    As far as I can tell, it IS a logic gate, with 3 inputs. It is given by the argument
    (C AND (A OR B)) OR (A AND B)
    . It has the truth table:
    A B C O
    0 0 0 0
    0 0 1 0
    0 1 0 0
    0 1 1 1
    1 0 0 0
    1 0 1 1
    1 1 0 1
    1 1 1 1

    Not very special or efficient. TH
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on [Design Challenge] Free Iron Machine
    I don't have the snapshot, but it would be nice to know their exact spawn conditions, so the wiki could be accurate.
    Posted in: Redstone Discussion and Mechanisms
  • 1

    posted a message on 1.2 Snapshot - Redstone Lamp Sneak Peek
    What sound do Noteblocks make when placed on top of them?
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on How to make one button use different dispensers?
    The way I see it, the better way to do it is to simply cycle through the dispensers rather than use each one a specific amount of times. This still requires a ring counter (or a shift register) but there is no extra logic necessary, and you get the same effect overall.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Metapig's Conspectus of Vertical Logic
    Quote from dude6360

    Guys I made A MUCH better implies gate than the previous one, with a nand gate variation!
    Implies
    NAND


    You're right It was useless :smile.gif:. I uploaded a better one now.

    Also guys do you know how to make a tick counter? I need it for the computer I'm making.

    Firstly, your NAND gate is the same size dimensionally. Secondly, your IMPLIES gate is one block LONGER than mine. Thirdly, your IMPLIES gate is actually a DOES NOT IMPLY gate.

    Sorry about that.
    As for a tick counter, what do you mean by that?
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Metapig's Conspectus of Vertical Logic
    Quote from Guarana

    So... what happened with the picture of the full adder?
    i cant see the left part...

    please fix this as i would love to use it xD

    That has to do with that it was too big to make a single picture. The left part is just the half-adder from the previous part.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Metapig's Conspectus of Vertical Logic
    Quote from coder13

    I made a one wide bud switch. Like all other bud switches, it uses a glitch for the block update, but, all bud switches do, so I don't know if you would want it. I don't have an image right now, but I can get it.

    I guess I can concede to that. They are useful overall and I really can't be sure if that feature will ever be removed. Post it and I will add it to the original post at some point.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Simple Cobblestone Generator
    I still don't like clock-based generators. Detector-based set-ups are always faster and less laggy (usually).
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Vertical T flip flop
    Quote from jxu

    @Metapig:


    Time to submit to Magix!

    Admittedly, I did not see that. My main gripe was with the thread subtitle, which said it was five blocks long, while the the one you appeared to be showcasing was in fact six. This confused me a bit.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Minecart Storage System
    Simple design at all (there was one of a simple design called URAS that had a thread a while ago, which was vastly more optimized) The one crucial flaw though was that it broke horribly if you ever called a cart and then another without sending any back, or if you did anything too fast.

    The most friendly storage I have found was a delay-based one by rolf-david that allowed you to select cart without returning the one you had, and they would simply be switched out. It only ever broke if you really tried to break it by selecting the cart farthest from the collection bay and then, quicker than the minecart could move, selecting the closest one. That usually causes either a mix-up of carts or them hitting each other and stalling.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Vertical T flip flop
    The rising edge version is six blocks long, not five. After that though, its pretty good. However, I would still go with other versions that are either smaller or faster.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Clock connected to an auto piston harvester?
    The way plants grow is every few minutes or so, they will attempt to grow. If the conditions fulfill those required (space or light or otherwise) the plant WILL grow. As long as the piston isn't occupying the space at the precise moment the check is made, it will not affect the growth at all.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on What should I make?
    Make all of the logic gates, and then redesign them to be more compact / fit a certain format. I learned a lot by making my vertical logic thread.
    Posted in: Redstone Discussion and Mechanisms
  • To post a comment, please .