From 516d7909f1a5d81fc5d4ad9ac6232486031bde20 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 8 Mar 2020 11:15:34 -0400 Subject: [PATCH] Update API Docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 141b796..e1782a3 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ This removes the specified spell from the item in the player's main hand. } } ``` +5. Add Spell Translation + ```json + { + "spell.modid.example_spell": "Example" + } + ``` #### Useful Methods - ```Spell.getLevel()```