You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KANA — Yesterday at 16:46
I need a way to tell a mod ( Darkly77-ContentLoader ) that it has to wait for my mod ( KANA-WhatAmILookingAt )
Ste — Yesterday at 16:49
technically only by dependencies.. we could introduce a "load-before" to store more mod ids that should load after this mod
load before would essentially copy over the importance score of the other mod and add it to the own importance
The text was updated successfully, but these errors were encountered:
* feat: ✨ added load_before
Adds functionality to specify a mod you want to load before your own mod.
closes#114
* fix: 🐛 check if id already in the dependency array
Makes sure the mod with the `load_before` in the manifest, is not added a second time to the mod specified in the `load_before` array.
* fix: 🐛 Check if the `load_before` mod exists
* fix: 🐛 wrong whitespace
The text was updated successfully, but these errors were encountered: