[๐]: Create 6.0 is listed as a required dependency on launch
DarthVMR opened this issue ยท 4 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.21.1-NEOFORGE
Supplementaries Version
supplementaries-1.21-3.1.0
Moonlight Lib Version
moonlight-1.21-2.18.0
Describe Issue
When launching the game with Supplementaries installed, the game fails to start and says that Supplementaries requires Create 6.0.0. Installing Create does fix the issue, but obviously this isn't meant to be.
Another user on Reddit replicated the issue with only Moonlight Lib and Supplementaries installed, so it is not related to any other mods on the pack.
Fixed in v3.1.1
REASON:
mods.toml was using the old code from 1.20.1
mandatory = false was removed and added type = "optional" to make the mod Create, an optional mod instead of "required mod"
