diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f6c5d42f..7ec3dca5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,6 +107,8 @@ at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/ - We try not to use Forge-specific methods if possible. - (We plan to switch to Fabric and Minecraft 1.20 in the future.) - Please try to avoid using `System.currentTimeMillis()`. Use our own class `SimpleTimeMark` instead. + - See [this commit](https://github.com/hannibal002/SkyHanni/commit/3d748cb79f3a1afa7f1a9b7d0561e5d7bb284a9b) + as an example. # Additional Useful Developement Tools |