Started by
FiveNights2161
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make my mod support Curios, but I don't want it to REQUIRE it. How would I do that?
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make my mod support Curios, but I don't want it to REQUIRE it. How would I do that?
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 :)