Jump to content

Ugdhar

Members
  • Posts

    2531
  • Joined

  • Last visited

  • Days Won

    31

Posts posted by Ugdhar

  1. 2 hours ago, TeknoStyle555 said:

    I tried telling them about this on their official server on Discord but I got no reply from them on this issue. I was trying to play it with mods such as Create and ComputerCraft, yet it crashes after Minecraft loads everything.

    Then you just have to wait until they release an updated version for a newer version of forge.

  2. If the server crashed, it may have corrupted the world (I had this happen before) and you might have to restore from a backup.

    You should post the debug log from the server, it should contain information that will help track down the issue, without having to use too much guesswork.

  3. If you're a beginner with Java, you're going to have a really hard and probably bad time trying to mod Minecraft. My advice is to learn at least basic Java, then come back to this. Although to be honest, you should probably learn more than just basic Java, basic Java is not enough for some of the code used in Minecraft/Forge.

     

    Did you look at the Examplemod that came with the MDK? It shows how to register a DeferredRegister, plus there's not a ton of code in it to weed through to find it, it's a single class.

  4. 19 minutes ago, IAmNatan said:

    Hello! I have the exact same problem, but I do not exactly understand what you mean by "calling register(Bus) on your DeferredRegister". Could you please tell me where I need to add that exactly? Much appreciated, thank you very much.

    DeferredRegisters need to be registered, if you look at the examplemod that comes with the MDK, it registers item and block deferred registers. I believe they do it in the mod class constructor.

  5. 26 minutes ago, MonkeyJunkie1997 said:

    I need forge for minecraft 1.16.5.

    Only 1.18 and 1.19 are supported on these forums. Asking for help with old versions will get your thread locked.

    It shouldn't open a new window when you download supported versions. Are you making sure you're clicking the "Skip" button in the top right? Otherwise, you may be infected with a virus or malware or some sort of browser issue.

  6. I don't just hang around here waiting for replies, I do other stuff and just come back once in a while. If you want immediate attention, you should join the forge discord.

     

    That log does not show a crash, are you sure it is complete and/or that it is the debug.log?

     

    And as far as it saying you have Windows 10 when you have 11, I don't have an answer for that one, unless you don't have Windows 11 like you thought?

     

     

  7. Quote

    [Server thread/WARN] [minecraft/DedicatedServer]: **** FAILED TO BIND TO PORT!

    [15:20:43] [Server thread/WARN] [minecraft/DedicatedServer]: The exception was: java.net.BindException: Address already in use: bind

    [15:20:43] [Server thread/WARN] [minecraft/DedicatedServer]: Perhaps a server is already running on that port?

    There's either a server already running, or something else running on the MC port.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.