[IC2 Exp][ComputerCraft][1.7.10] Industrial Peripheral [Best way to controll your liquid nuclear reactor!]

  • Hi!



    This mod initially is planned for personal use. Before using mod — make backup and use at your own risk.
    With this mod and ComputerCraft you can receive (and change) data from different machines from Industrial Craft 2.
    And sorry for my english, I'm not english native speaker :(


    Nuclear reactor example (ComputerCraft automaticly controll all LNR elements):



    Small mod tutorial:


    Step 1:
    For work - Industrial Peripheral needs himself, his craft:


    Frequency Transmitter, Advanced Circuit, Machine Casing, Redstone
    Step 2:
    Also needed Transducer Chip, his craft:


    Circuit, Redstone, Iron plate
    Step 3:
    You can bind Transducer Chip to a particular machine:


    Step 4:
    After binding, you must insert the chip into the Industrial Peripheral:


    Step 5:
    Now you can receive a variety of data from the machines:

    Quote

    if not os.loadAPI("ip/industrial") then print("Failed to load Industrial Peripheral driver!"); end
    industrial.bindSide("top");
    local storage = industrial.ElectricStorage.getEnergy(1);
    print("Current: "..(storage.current)..", Max: "..(storage.max)..", Output: "..(storage.output));

    If the machine is moved or deleted - you will break the chip. To fix it you must use a craft 2x2: Chip + Redstone


    All available functions:

    The development will be slow due to lack of time. But sometimes it will check for the presence of topic suggestions / bugs.



    Modlink: https://minecraft.curseforge.c…cts/industrial-peripheral

    • Official Post

    It's really cool how it allows you to automate things that aren't normally possible like the Steam Generator and Fluid Regulator, I can see it being very useful.

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(


    I see this too much.

  • I am getting errors and I am unsure how the functions work. I am wanting to link a nuclear reactor to just get basic information. I do have the micro transducer card linked and in the industrial peripheral module. I figure I would have to wrap the peripheral module. When I do so every function comes back with zero data (nil)