is there a way to include other mods in the project?

Started by SwifyTR1 on

Topic category: Help with modding (Java Edition)

Last seen on 13:42, 5. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there a way to include other mods in the project?

I want to prepare recipes for some mods more easily. How can I make a support mod for these mods?

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes, find the deobfuscated…
Tue, 02/01/2022 - 16:00

yes, find the deobfuscated version of that mod and put it on your mods folder

OR

find the maven of that mod and insert the compileOnly and runtimeOnly arguments on your dependencies (+import the maven on repositories )

Last seen on 13:42, 5. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where exactly should I copy…
Wed, 02/02/2022 - 13:41

Where exactly should I copy the deobfuscated mod?

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on your workspace folder go…
Wed, 02/02/2022 - 15:32

on your workspace folder go to run and then mods

Last seen on 13:42, 5. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it doesn't work :( is there…
Wed, 02/02/2022 - 17:06

it doesn't work :( is there no tutorial video on youtube?

Last seen on 03:32, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it should work, make sure…
Wed, 02/02/2022 - 22:00

it should work, make sure the mod is deobfuscated 

Last seen on 13:42, 5. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I deobfucate the mod using…
Thu, 02/03/2022 - 07:25

I deobfucate the mod using Deobfuscator3000