diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 13:21:44 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 13:21:44 +0200 |
commit | 7680a02ce87df2924a205783bf76371fe2c4bc94 (patch) | |
tree | 7d8eebe4c6758d52cf292447e3d0ba381112d192 | |
parent | b8918c3cae62d27edcec44fac247f2311ff830b7 (diff) | |
download | skyhanni-7680a02ce87df2924a205783bf76371fe2c4bc94.tar.gz skyhanni-7680a02ce87df2924a205783bf76371fe2c4bc94.tar.bz2 skyhanni-7680a02ce87df2924a205783bf76371fe2c4bc94.zip |
Added postAndCatch to CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44fa69dd0..845d4aa74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,6 +128,7 @@ We use the [auto update library](https://repo.nea.moe/#/releases/moe/nea/libauto - This will most likely not be possible to avoid when working with obects from java. - Don't forget to add `@FeatureToggle` to new standalone features (not options to that feature) in the config. - Do not use `e.printStackTrace()`, use `CopyErrorCommand.logError(e, "explanation for users")` instead. +- Do not use `MinecraftForge.EVENT_BUS.post(event)`, use `event.postAndCatch()` instead. # Additional Useful Developement Tools |