Big Reactors CC interface (Need help from a CC master)

Discussion in 'Alice (Minecraft)' started by NolanSyKinsley, Mar 29, 2014.

  1. NolanSyKinsley

    NolanSyKinsley IRC lurker

    Joined:
    Nov 2, 2012
    Messages:
    497
    Likes Received:
    179
    There is a rather nice Big Reactors computercraft script, but it's integration with turbines is lackluster.

    This is the sctipt: https://github.com/sandalle/minecraft_bigreactor_control

    It supports multiple reactors and turbines, multiple monitors, and controlling the reactors/turbines by clicking on the monitors.

    Here is the issue, Reactors have a 10 mil RF buffer, turbines 1 mil. When I hook up a turbine, even though the buffer is full it says it is only 10% full. Line 620 seems to be the issue. I tried an if statement, but that did not really work at all, the buffer indicator was correct, but the automatic controls did not work at all, but manual controls were un affected.
     
  2. Talons1337

    Talons1337 I am a build team

    Joined:
    Dec 21, 2011
    Messages:
    491
    Likes Received:
    129
    Try two different computer with the buffer changed on each one?

    EDIT: nothing