Update to 1.21.8

This commit is contained in:
2025-07-20 10:52:50 +02:00
parent 8b5fff4be4
commit 6e731e2a3e
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.10-SNAPSHOT' id 'fabric-loom' version '1.11-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -1,13 +1,12 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
minecraft_version=1.21.5 minecraft_version=1.21.8
yarn_mappings=1.21.5+build.1 yarn_mappings=1.21.8+build.1
loader_version=0.16.13 loader_version=0.16.14
# Fabric API # Fabric API
fabric_version=0.120.0+1.21.5 fabric_version=0.129.0+1.21.8
polymer_version=0.13.2+1.21.5-rc1
# Mod Properties # Mod Properties
mod_version=1.2.4 mod_version=1.2.5
maven_group=systems.brn maven_group=systems.brn
archives_base_name=tweaks archives_base_name=tweaks

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME