How to make my mod not require another mod, but still support it?

Started by FiveNights2161 on

Topic category: Help with modding (Java Edition)

Last seen on 21:54, 13. Feb 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make my mod not require another mod, but still support it?

I'm trying to make my mod support Curios, but I don't want it to REQUIRE it. How would I do that?

Last seen on 21:12, 14. Jul 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to add it as a soft…
Sat, 11/26/2022 - 20:19

You need to add it as a soft dependency. Check this page for some more info. You'll need to be pretty tech-savvy to do this within MCreator but it is possible, you just need to edit your workspace's gradle file. Let me know if you need clearer help :)