• 0

    posted a message on Modding Help
    Quote from linkey11

    What's wrong with going into into detail about stuff that's not useless?


    Lol. That was my typo, I'll fix it.
    Posted in: Mods Discussion
  • 0

    posted a message on Modding Help
    So I'm wondering how I could make code that finds and runs a code on every block of a certain type in the map. I don't care if it does it to blocks only in the render distance our out of them, but all help is appreciated. I'm just trying to get better at modding, and most tutorials are useless. Either they go into detail with stuff that's useless, or they don't take time to explain the advanced stuff.
    Posted in: Mods Discussion
  • 0

    posted a message on Basic MCP help needed
    Hmm, I got an error:

    "unreported exception java.lang.InterruptedException; must be caught or declared to be thrown
    Thread.sleep(100);"

    I don't know what this means, I'm new to modding T_T
    Posted in: Mods Discussion
  • 0

    posted a message on Basic MCP help needed
    Quote from Light09

    I believe there is a sleep function to wait time :

    Ex:


    Thread.sleep(5000); // do nothing for 5000 miliseconds or 5 second


    I'm testing now, thanks.
    Posted in: Mods Discussion
  • 0

    posted a message on Basic MCP help needed
    If this isn't in the right forum, I'm sorry.

    So I'm trying to make mods with MCP, and before I can do much, I need to learn how to make a delay. I want it basically to do this

    code1

    delay 5 seconds

    code2
    etc.

    All help is appreciated.
    Posted in: Mods Discussion
  • To post a comment, please .