Skip to content

Commit 763a3ba

Browse files
committed
Update to 1.21.5
1 parent f1ba3d6 commit 763a3ba

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
id 'fabric-loom' version '1.2-SNAPSHOT'
2+
id 'fabric-loom' version '1.10-SNAPSHOT'
33
id 'maven-publish'
44
id "com.modrinth.minotaur" version "2.+"
55
id "co.uzzu.dotenv.gradle" version "2.0.0"
66
}
77

8-
sourceCompatibility = JavaVersion.VERSION_17
9-
targetCompatibility = JavaVersion.VERSION_17
8+
sourceCompatibility = JavaVersion.VERSION_21
9+
targetCompatibility = JavaVersion.VERSION_21
1010

1111
archivesBaseName = project.archives_base_name
1212
version = project.mod_version

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.20
8-
yarn_mappings=1.20+build.1
9-
loader_version=0.14.21
7+
minecraft_version=1.21.5
8+
yarn_mappings=1.21.5+build.1
9+
loader_version=0.16.14
1010

1111
# Mod Properties
12-
mod_version = 1.0-mc1.20
12+
mod_version = 1.0-mc1.21.5
1313
maven_group = in.techpro424
1414
archives_base_name = disable-hotbar-scrolling
1515

1616
# Dependencies
17-
fabric_version=0.83.0+1.20
17+
fabric_version=0.127.0+1.21.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)