Skip to content

Commit

Permalink
Update ForgeGradle version and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed May 3, 2024
1 parent b78620f commit 0c2c74a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.18'
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '[6.0.24,6.2)'
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.4.0'
classpath 'org.spongepowered:mixingradle:0.7.+'
}
Expand Down Expand Up @@ -71,6 +71,9 @@ minecraft {
println("Specifying Access Transformer configuration...")
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

reobf = false
copyIdeResources = true

runs {
client {
properties 'org.gradle.jvmargs': '-Xms4G -Xmx4G'
Expand Down

0 comments on commit 0c2c74a

Please sign in to comment.