diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9edaca1..d4b804b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 21, # Current Java LTS + 17, # Current Java LTS ] runs-on: ubuntu-22.04 steps: diff --git a/gradle.properties b/gradle.properties index b43dc8e..6c5753b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.11 -yarn_mappings=1.21.11+build.4 -loader_version=0.18.4 +minecraft_version=1.16 +yarn_mappings=1.16+build.4 +loader_version=0.16.7 # Mod Properties mod_version=1.0.3 @@ -14,5 +14,5 @@ maven_group=top.alazeprt.sls archives_base_name=serverlistsync # Dependencies -fabric_version=0.141.3+1.21.11 +fabric_version=0.42.0+1.16 modmenu_version=11.0.3 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e4740f2..c9909c8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,8 +29,8 @@ } ], "depends": { - "fabricloader": ">=0.18.4", - "minecraft": "~1.21.11", + "fabricloader": ">=0.16.7", + "minecraft": "~1.16", "java": ">=21", "fabric-api": "*" },