aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 14:20:03 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-28 14:20:03 +0200
commit97fcd55a9addb564c50acd6be249e26f2ffe6a5e (patch)
tree36320a758bf53481b59820527880d3f3c2ad40e9 /CONTRIBUTING.md
parent3d748cb79f3a1afa7f1a9b7d0561e5d7bb284a9b (diff)
downloadskyhanni-97fcd55a9addb564c50acd6be249e26f2ffe6a5e.tar.gz
skyhanni-97fcd55a9addb564c50acd6be249e26f2ffe6a5e.tar.bz2
skyhanni-97fcd55a9addb564c50acd6be249e26f2ffe6a5e.zip
add example code for SimpleTimeMark
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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