diff --git a/README.md b/README.md index cb20bad..d967e3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # TapActions A pretty darn modular Housing mod letting creators use custom actions. +> [!CAUTION] +> Seeing as the mod is not fully stable, action names like `tap:bossbar` are subject to change! +> Do not use this in production of your house yet! + ## Contributing & Dev Usage ### Adding a new action ```kt @@ -16,4 +20,4 @@ ActionManager.registerAction( // ) ``` -Please organise into classes if contributing to master branch. Cheers. \ No newline at end of file +Please organise into classes if contributing to master branch. Cheers.