NItpicks about dependencies!
ZestyBlaze opened this issue · 4 comments
Hi! This isn't so much an issue but more a nitpick from a fellow mod developer and someone who plays mods!
When installing Nature's Aura for 1.20.4, it requires you to have Curios and Patchouli installed otherwise it causes a CNF error on start-up, however these files aren't marked as required in the mods.toml
, nor do these dependencies automatically install on Curseforge app.
I've just got one of two suggestions:
- Either reworking the
build.gradle
to not require these mods and marking them as optional mods in themods.toml
so they don't crash when not present in the mods folder and add integration when they are installed
Or - Adding both Curios and Patchouli as required dependencies on Curseforge so both of them are always automatically installed when you install Nature's Aura from the Curseforge app, and also flagging both of these mods as required dependencies in the
mods.toml
so if someone downloads it from the website and forgets these, the game will crash with a cleaner explanation as to how to fix it (Aka, telling the player to install Curios and Patchouli)
Hope this helps! <3
Uh, well, Patchouli has always been a required dependency and is listed as such in the dependencies section of CurseForge and Modrinth.
Curios is not meant to be a required dependency at all, so that must've made its way in during a version port at some point, I guess.