Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. A couple things wrong here. I'm not 100% sure Forge is fully compatible with OpenJ9, I would recommend only using Oracle Java or OpenJDK. In your crash it is effectively saying that a mod is missing one of its own classes, suggesting the jar is corrupted or otherwise incomplete. Where are you getting your mods and are you sure they were fully downloaded before you moved them into the server? Please provide your debug.log, it has more info than the other logs (more info in my signature).
  2. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  3. Why do people think it's better to provide a screenshot of a log or crash report rather than providing the text file itself?! Please read the EAQ or my signature and provide the appropriate log in the appropriate manner.
  4. Modern mods don't use manually specified IDs anyway. The point still stands, we don't support versions that old on this forum.
  5. 1.7.10 is no longer supported on these forums due to its age. Please update to a modern version of Minecraft to receive support.
  6. Forge does not support bungee or any non-Forge server software, if their forge support is falling on its ass I don’t think it’s on Forge to do something.
  7. Looks like you haven’t configured it correctly, judging from the log message.
  8. Oh for Pete's sake.... in your class you want a variable that will count up with each tick of your desired type. When this variable reaches n (n being defined by the statement "I want my logic to run every nth tick") run your logic and reset this number to zero. If you cannot construct what you want from this description, I don't know how you expect to be able to make mods.
  9. Please read the EAQ or my signature and post the appropriate log in the appropriate manner. Wait wait, 1.8? Sorry, not supported anymore. Please update to receive support.
  10. Unfortunately no, but having your Proxy be an IProxy and your ClientProxy and ServerProxy implement it is the way to go and anything "Common" goes before the proxy's method is invoked. Your original issue: The strings in clientSide and serverSide are fully qualified references, i.e. the same line/name you would use in an import statement
  11. The correct way to do proxies is an IProxy interface rather than a CommonProxy class
  12. I don't really have a list of tutorials I can personally recommend, but I hear the best ones are text-based rather than videos. I believe MinecraftByExample has been recommended by several people, though the forum thread I linked before should be observed over the tutorial. First, how much Java (or any other programming languages) do you know?
  13. First, Code Style #1 In regard to your actual question: Do you know what you are supposed to specify in clientSide = and serverSide = or are you following a tutorial that says "just do it this way"? In other words, do you know what that is supposed to represent?
  14. I'm afraid I can't think of anything solid, only suspicions of issues that can't easily be fixed, such as I'm wondering if your hardware is fit to run modded Minecraft
  15. Apparently it’s been fixed but the fix hasn’t been in a release yet. https://github.com/TheCBProject/Translocators/issues/53
  16. User was banned for using a cracked launcher.
  17. That screen means you are missing one or more mods that other mods depend on, in this case Baubles: any version
  18. Do you have an anti-virus running? Has Java been allowed through your firewall?
  19. Has anyone ever told you to install Java by doing more than just running the installer? Have they told you to change settings or files on your computer related to Java?
  20. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  21. This is not how the forum works, we're here to help you learn, not give you copy-paste material.
×
×
  • Create New...

Important Information

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