Jump to content

Sarelm

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Sarelm

  1. I have read the docs, but it doesn't explain how to structure your mod. I've been following this tutorial https://wiki.mcjty.eu/modding/index.php?title=Basic_Mod-1.12 And then referencing others when my IDE threw up errors from it. Like a lack of a constructor. I'm going the other way about it now.
  2. Okay, back to tutorials then.
  3. Been lurking around for a while to try and find a solution to this problem with no luck. I've been following McJty's tutorial. And while I have big things envisioned, at the moment I'm just testing if I can add a single item into a creative tab. And while I've knocked out all the errors the IDE was throwing at me, trying to run the GradleStart gives me an error from the Client Proxy "Class not found" but the client proxy only points to one class inside of it and that class very much exists. Mod coding: https://github.com/Sarelm/Dynams/blob/master/Dynams.java Crash Report:
×
×
  • Create New...

Important Information

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