diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-13 11:32:58 +0800 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-13 11:32:58 +0800 |
commit | 81d817176194de6083f9b3ad69c387fbffe9a3e0 (patch) | |
tree | 5ca52a0f259071829643804eab70eff9909f0533 /gradle.properties | |
parent | 75ad3b6165bd3b23d2498eff608264064ec11468 (diff) | |
download | Skyblocker-81d817176194de6083f9b3ad69c387fbffe9a3e0.tar.gz Skyblocker-81d817176194de6083f9b3ad69c387fbffe9a3e0.tar.bz2 Skyblocker-81d817176194de6083f9b3ad69c387fbffe9a3e0.zip |
Add translatable mcdev annotation
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 ceb86ac8..90d4c20e 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/) |