diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ca37957..d511c961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 17, # Current Java LTS & minimum supported by Minecraft + 21, # Current Java LTS & minimum supported by Minecraft ] # and run on both Linux and Windows os: [ubuntu-22.04, windows-2022] @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Artifacts - path: build/libs/ \ No newline at end of file + path: build/libs/ diff --git a/build.gradle b/build.gradle index dcdf681e..4da575a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.6-SNAPSHOT' + id 'fabric-loom' version '1.7-SNAPSHOT' id 'maven-publish' } @@ -124,4 +124,4 @@ publishing { fabricApi { configureDataGeneration() -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index 2760244d..ecb2bcc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,8 +5,8 @@ # Fabric Properties # check these on https://fabricmc.net/develop/ minecraft_version=1.21 - yarn_mappings=1.21+build.7 - fabric_loader_version=0.15.11 + yarn_mappings=1.21+build.9 + fabric_loader_version=0.16.5 # Mod Properties mod_version=10.0.0 @@ -16,9 +16,9 @@ # Dependencies # check this on https://fabricmc.net/develop/ #fabricKotlinVersion = 1.10.18+kotlin.1.9.22 - fabric_version=0.100.4+1.21 + fabric_version=0.102.0+1.21 fzzy_config=0.3.5+1.21 # Compatibility clumps_version=18.0.0.1 - #ranged_weapon_api_version=1.1.1+1.20.1 \ No newline at end of file + #ranged_weapon_api_version=1.1.1+1.20.1 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 81c736bb..a4413138 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists \ No newline at end of file +zipStorePath=wrapper/dists