diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-30 14:35:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 14:35:54 +0800 |
commit | 2f6aeacec886acc87879bbf59e6aa7503d015a2a (patch) | |
tree | ae164120038132224c7cccade86075cf3954abdc /gradle.properties | |
parent | 690f047cc285ac8d4c96f889478906657882db60 (diff) | |
parent | 81d817176194de6083f9b3ad69c387fbffe9a3e0 (diff) | |
download | Skyblocker-2f6aeacec886acc87879bbf59e6aa7503d015a2a.tar.gz Skyblocker-2f6aeacec886acc87879bbf59e6aa7503d015a2a.tar.bz2 Skyblocker-2f6aeacec886acc87879bbf59e6aa7503d015a2a.zip |
Merge pull request #752 from kevinthegreat1/more-tips
Refactor and add more tips
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 58f9b82f..614c7a1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,8 @@ rei_version = 13.0.666 emi_version = 1.0.22+1.20.2 # Minecraft and Related Libraries +## McDev Annotations (https://central.sonatype.com/artifact/com.demonwav.mcdev/annotations) +mcdev_annotations_version = 2.1.0 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) occlusionculling_version = 0.0.8-SNAPSHOT ## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/) |