diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-29 07:31:39 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-29 07:31:39 +0200 |
commit | 093d18da6ec6f1ab7fb4391b4736164404eb2fae (patch) | |
tree | 04b2540dfa43e108ce534ba7fc269900c6fcdbda | |
parent | e6785c803b22a8595234bf4b07da40ddaedbec96 (diff) | |
download | skyhanni-093d18da6ec6f1ab7fb4391b4736164404eb2fae.tar.gz skyhanni-093d18da6ec6f1ab7fb4391b4736164404eb2fae.tar.bz2 skyhanni-093d18da6ec6f1ab7fb4391b4736164404eb2fae.zip |
Avoid using deprecated functions
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28142d32b..6588b9a95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,9 @@ format like "- #821" to illustrate the dependency. - All new classes should be written in Kotlin, with a few exceptions: - Config files in `at.hannibal2.skyhanni.config.features` - Mixin classes in `at.hannibal2.skyhanni.mixins.transformers` +- Avoid using deprecated functions. + - These functions are marked for removal in future versions. + - If you're unsure why a function is deprecated or how to replace it, please ask for guidance. - Future JSON data objects should be made in kotlin and placed in the directory `at.hannibal2.skyhanni.data.jsonobjects` - Config files should still be made in Java. - Please use the existing event system, or expand on it. Do not use Forge events. |