From 81d817176194de6083f9b3ad69c387fbffe9a3e0 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:32:58 +0800 Subject: Add translatable mcdev annotation --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle.properties') 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/) -- cgit