File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11plugins {
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
1111archivesBaseName = project. archives_base_name
1212version = project. mod_version
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments