File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.10-SNAPSHOT '
2+ id ' fabric-loom' version " ${ loom_version } "
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx1G
33# Fabric Properties
44# check these on https://modmuss50.me/fabric.html
5- minecraft_version =1.21.5
6- yarn_mappings =1.21.5+build.1
7- loader_version =0.17.1
5+ minecraft_version =1.21.6
6+ yarn_mappings =1.21.6+build.1
7+ loader_version =0.17.2
8+ loom_version =1.11-SNAPSHOT
89# Mod Properties
9- mod_version =2.1.0+1.21.5
10+ mod_version =2.1.0+1.21.6
1011maven_group =com.github.kd_gaming1
1112archives_base_name =scaleme
1213# Dependencies
1314# check this on https://modmuss50.me/fabric.html
14- fabric_version =0.128.1 +1.21.5
15- midnightlib_version = 1.7.3 +1.21.4 -fabric
16- modmenu_version = 14 .0.0-rc.2
17- owo_version =0.12.21+1.21.5
15+ fabric_version =0.128.2 +1.21.6
16+ midnightlib_version = 1.7.5 +1.21.6 -fabric
17+ modmenu_version = 15 .0.0-beta.3
18+ owo_version =0.12.21+1.21.6
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.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments