Jump to content

colenobi

Members
  • Posts

    16
  • Joined

  • Last visited

colenobi's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I just set up a new server on my laptop, put a few extra mods on there, played around in creative mode for a while, and no crashes. So, yeah. The issue is fixed
  2. Okay, I fixed the issue, I had to add @SideOnly(Side.CLIENT) Over both Overrides here. The server is now running with no issues (for now). Thank you for your time, you've been really helpful.
  3. okay, so what am I supposed to do then? like I said earlier, I haven't done modding in a few years
  4. It's been a few years since I did any coding in java, so I may be a bit slow on some things. Sorry.
  5. https://github.com/colegomax/hyperion-mod I've narrowed down the issue into the RegistryHandler and RenderHandler files. here is the error message whenever I try to load the server in eclipse. crash-2019-09-29_17.06.49-server.txt
  6. https://github.com/colegomax/hyperionmod I put all my code of github
  7. I know that, but I'm making this mod for 1.12.2 for a mod pack with a few of my friends and me.
  8. wait, if the issue is the mod trying to load client-only code from common code, then what if I switched common's code with client's code? (here's client's code)
  9. okay, but will it work with a 1.12.2 mod? (as this is 1.14)
  10. wait, here's my code from my common proxy (that's the one for servers right?)
  11. Yes, I am using a tutorial from here and I'm a little rusty in Java, but I am very familiar with JavaScript (I know they're not the same thing)
  12. oh, sorry I am very new to modding, how do I fix this?
  13. my apologies, I thought this was the right forum
  14. Hyperion is my mod's id, and could you go into more detail by "it's poorly made"?
  15. if anyone wants the code I'll be more than happy to post it
×
×
  • Create New...

Important Information

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