• 1

    posted a message on Direwolf20's Modded Lets Play series

    I got Direwolf's reactor code and modified it a bit, it works for 1-8 turbines (all in sync, you can't control them separately) I also fixed a small bug where if the reactor barely generates the required steam it will end up setting the control rods to -1, -2, -3 etc forever, if it tries -1 it goes to 0 and assumes that 0 is the right value.


    Here is my modified code

    http://pastebin.com/i8ZNkhJA


    Original Reactor Code: Direwolf20 (I'll remove this once he puts it on his front page)

    http://pastebin.com/4qNyaPav


    Button Code: Direwolf20 (Same Deal)

    http://pastebin.com/XBbMUYNn


    Also I recommend changing the first line of the button API to read


    local mon = peripheral.find("monitor")


    that will avoid having to change the API every time you attach your monitor

    Posted in: Let's Plays
  • 2

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016
    Quote from Mr_TJP

    If you say so. I will *try* and not to be stupid anymore :P have a nice day.


    Personally I don't really see what some people are talking about. As a developer myself I don't really see you doing anything really bad. You can come off a little harsh some times, and your not as polite and don't tip-toe around answers like some people (basically your not always as diplomatic about your responses as some people) but that's not to say your down right rude IMO.

    Don't get me wrong, I'd love to see some more releases as much as the next guy on here but it isn't ready yet. As for the guy saying that immibis is a better coder... #1 this is your first mod project #2 several of your things are more efficient, on the code end than his... just because you got some help from cb doesn't make your a worse coder...
    Posted in: Minecraft Mods
  • 1

    posted a message on Tinkers Construct
    Quote from Steelflame

    Might help to do a picture or two of your setup. I THINK I understand what your saying, but a picture can make it 100% clear.


    Its a series of things that must be done, so a picture isn't going to work very well, but mDiyo seems to have reproduced what I described so yay! As long as he knows the bugs, thats what is important.



    if you break the left torch before the bottom one, you keep the diamonds but the drawbridges stay full of diamond blocks.
    Posted in: Minecraft Mods
  • To post a comment, please .