From e4596233bf19a53633647cc896ecdb7f2ff8eb90 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 23 Aug 2023 04:31:33 +0200 Subject: formatting --- CONTRIBUTING.md | 10 ++++++---- 1 file 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 -- cgit