Unable to run client with mods

Started by SilesianLion on Sun, 01/01/2023 - 03:13

Topic category: Help with modding (Java Edition)

Last seen on 19:03, 22. Jan 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Unable to run client with mods
Sun, 01/01/2023 - 03:13

Trying to make my mod compatible with Better Combat, getting this error message/code whenever I try to run the client. I think it might be an easy fix but I'm just not quite sure on what to do. Anyway, here it is;

https://pastebin.com/RrX2e6kJ

Last seen on 10:55, 29. Mar 2023
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
If you just put the Better…
Sun, 01/01/2023 - 20:43

If you just put the Better Combat jar file into the mods folder as downloaded from curseforge it won't work, this is because the MCreator enviroment is deobfuscated while most exported mods are obfuscated. So you'll need to either import the mod using the "build.gradle" file or getting an deobfuscated version of it.

If you can't pull any of these off just exporting it and running it on a seperate profile is also an option.

Last seen on 19:03, 22. Jan 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Thanks! I got it working!
Sun, 01/01/2023 - 23:35

Thanks! I got it working!