diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-23 04:31:33 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-23 04:31:33 +0200 |
commit | e4596233bf19a53633647cc896ecdb7f2ff8eb90 (patch) | |
tree | 1ab737aaaab80240e21abdea327e36db169a8537 /CONTRIBUTING.md | |
parent | c258f3c0208dc21c7a8d7c0531c0971f3efc5969 (diff) | |
download | skyhanni-e4596233bf19a53633647cc896ecdb7f2ff8eb90.tar.gz skyhanni-e4596233bf19a53633647cc896ecdb7f2ff8eb90.tar.bz2 skyhanni-e4596233bf19a53633647cc896ecdb7f2ff8eb90.zip |
formatting
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3b30914a..3032afedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,11 +89,13 @@ changes by acident. - Config files in `at.hannibal2.skyhanni.config.features` - Mixin classes in `at.hannibal2.skyhanni.mixins.transformers` - Java classes that represent json data objects in `at.hannibal2.skyhanni.utils.jsonobjects` -- Please use the existing event system, or expand on it. - - We inject the calls with mixins, and avoid using forge events. +- Please use the existing event system, or expand on it. Do not use forge events. + - (We inject the calls with mixins) - Please use existing utils methods. -- We try to avoid calling NEU code too often. We plan to remove the dependency to NEU in the future. -- We try to not use forge specific methods if possible. We plan to switch to gradle and minecraft 1.20 in the future. +- We try to avoid calling NEU code too often. + - (We plan to remove NEU as dependency in the future) +- We try to not use forge specific methods if possible + - (We plan to switch to gradle and minecraft 1.20 in the future) # Additional Useful Developement Tools |