From 202eb808aa28addffc79610ca9e7df9ed7c31f50 Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 29 Aug 2022 08:52:26 -0400 Subject: [PATCH] Add Mod Dep Warning --- docs/content/pages/tutorials/extending.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/pages/tutorials/extending.md b/docs/content/pages/tutorials/extending.md index 649c2473..67e7e5ca 100644 --- a/docs/content/pages/tutorials/extending.md +++ b/docs/content/pages/tutorials/extending.md @@ -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. ## Extending Planets