From b48c6001431dc385f7cb87a5ba6c7bd44cdf4434 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 2 Jan 2021 14:08:59 +0800 Subject: [PATCH] Fx #72 Signed-off-by: shedaniel --- fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index ee93403..d715a6a 100755 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "modmenu:clientsideOnly": true }, "depends": { - "fabric-api": ">=0.29.1", + "fabric": ">=0.29.1", "architectury": ">=1.2.67" } } diff --git a/gradle.properties b/gradle.properties index cd3f4da..8535874 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -mod_version=5.6.0 +mod_version=5.6.1 minecraft_version=1.16.4 architectury_version=1.2.67 -- 2.44.0