Unable to run client with mods

Started by SilesianLion on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unable to run client with mods

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

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • 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.

Joined Feb 2022
Points:

User statistics:

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

Thanks! I got it working!

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So you'll need to either…
Tue, 09/12/2023 - 10:00

So you'll need to either import the mod using the "build.gradle" file

can you tell me more details please?