Dependencies and Load Order
Mods can declare dependencies in mod.json.
{ "dependencies": ["other-mod"]}- Dependencies load before dependent mods
- Circular dependencies are not allowed
- Mods without dependencies may load in any order
preloadmay prioritize loading when order is unconstrained