diff options
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 479c7bd2d..0f6c5d42f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,6 +106,7 @@ at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/ - (We plan to remove NEU as a dependency in the future.) - 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. # Additional Useful Developement Tools |