1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Additional Logic Gates Beta 4.0

Adds more logic gates to the Starbound arsenal.

  1. Knuckl3head
    This mod adds a discrete NAND, NOR, XNOR, and Pass logic gates to the game. I have plans to put in a Full Adder, a 1 bit multiplexer, a customizable timer, and an input splitter.

    You can craft everything from the wiring station, and can also be accessed from the Tabula Rasa if you happen to have it.

    If you have suggestions for any logic gates, let me know, and I'll see about adding them if they're not too complex.

    NAND Gate
    An AND gate with a NOT at the end.


    [​IMG]
    In game operation
    [​IMG]

    NOR Gate
    An OR gate with a NOT at the end.


    [​IMG]
    In game operation
    [​IMG]

    XNOR Gate
    An XOR gate with a NOT at the end.

    [​IMG]
    In game operation
    [​IMG]


    Pass gate
    Just a wire. Useful for timing.


    [​IMG]
    In game operation
    [​IMG]


    1 Bit decoder
    Swaps between the two outputs based on the input.


    [​IMG]
    In game operation
    [​IMG]

    Line Splitter
    Takes an input and puts it on both outputs

    [​IMG]
    In game operation
    [​IMG]

    Multiplexer
    Takes two data inputs and a switch input, and outputs the data input selected by the switch.


    [​IMG]
    In game operation (Couldn't get this working using bulb, used torch instead.)
    [​IMG]

    Demultiplexer
    Takes a data input and a switch input, and outputs to the line selected by the switch.

    [​IMG]
    In game operation
    [​IMG]

    Full Adder
    Takes in A, B, and a Carry In, and adds them out to Result and Carry Out.


    [​IMG]
    Mod Pack Permissions:
    Anyone can use this mod in their mod compilation without the author's consent.
    Mod Assets Permissions:
    You must get the author's consent before altering/redistributing any assets included in this mod.

Recent Updates

  1. Beta 4.0: Full Adder Update
  2. Beta 3.0
  3. Beta 2.0

Recent Reviews

  1. artguk
    artguk
    5/5,
    Version: Beta 4.0
    Elegant modification!