Add Mod Dep Warning

This commit is contained in:
Ben C 2022-08-29 08:52:26 -04:00 committed by GitHub
parent 44984bde27
commit 202eb808aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ Addon developers will add a key to the `extras` object in the root of the config
} }
``` ```
**It's up to the addon dev to list your mod as a dependency!**
Your mod will then use the API's `GetExtraModule` method to obtain the `myCoolExtensionData` object. Your mod will then use the API's `GetExtraModule` method to obtain the `myCoolExtensionData` object.
## Extending Planets ## Extending Planets