diff --git a/.github/workflows/gradle_build.yml b/.github/workflows/gradle_build.yml index c0bdad93..ac37812c 100644 --- a/.github/workflows/gradle_build.yml +++ b/.github/workflows/gradle_build.yml @@ -1,6 +1,7 @@ name: Gradle Build on: + workflow_dispatch: push: branches: - '*' diff --git a/gradle.properties b/gradle.properties index e6bf5c85..1ce89195 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20 -quilt_mappings=4 +minecraft_version=1.20.1 +quilt_mappings=1 loader_version=0.14.21 # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_api_version=0.83.0+1.20 +fabric_api_version=0.83.1+1.20.1 # Mod Properties mod_version = 2.3.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0f05daf4..7142d009 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,8 +30,8 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric": ">=0.83.0+1.20", - "minecraft": "1.20", + "fabric": ">=0.83.1+1.20.1", + "minecraft": "1.20.1", "spruceui": ">=5.0.0", "java": ">=17" },