From 8f71da87074fd6bdf712e3c1fa74b328386b5d9d Mon Sep 17 00:00:00 2001 From: BRanulf Date: Sun, 13 Apr 2025 00:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E5=B9=B6=E7=9D=A1=E4=BA=86=E4=B8=80=E4=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 1 + src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b414c66..2512360 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,7 @@ maven_group=semmiedev archives_base_name=disc_jockey # Dependencies # check this on https://modmuss50.me/fabric.html + fabric_version=0.119.2+1.21.4 systemProp.http.sslVerify=false systemProp.https.sslVerify=false diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eeb75d0..1cc0f82 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "disc_jockey", "version": "${version}", "name": "Disc Jockey", - "description": "在游戏中播放音符盒(打碟)", + "description": "在游戏中播放音符盒(打碟机)", "authors": [ "SemmieDev", "EnderKill98",