File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.13 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.15 -SNAPSHOT'
33 id " fr.brouillard.oss.gradle.jgitver" version " 0.9.1"
44 id ' com.gradleup.shadow' version ' 9.2.2'
55 id ' maven-publish'
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1G
22org.gradle.parallel =true
3+ # IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
4+ org.gradle.configuration-cache =false
35# Fabric Properties
4- minecraft_version =1.21.11-rc2
5- yarn_mappings =1.21.11-rc2 +build.1
6- loader_version =0.18.1
6+ minecraft_version =1.21.11
7+ yarn_mappings =1.21.11+build.4
8+ loader_version =0.18.4
79# Mod Properties
810mod_version =handled.by.jgitver
911maven_group =io.github.openbagtwo.lighterend
1012archives_base_name =lighterend
1113# Dependencies
12- fabric_version =0.139.4 +1.21.11
14+ fabric_version =0.141.3 +1.21.11
1315# Optional
14- modmenu_version =17.0.0-alpha.1
15- jade_version =20.0.5 +fabric
16+ modmenu_version =17.0.0-beta.2
17+ jade_version =21.1.2 +fabric
1618terrablender_version =1.21.10-21.10.0.0
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-9.1.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments