Skip to content

Commit 5a05f06

Browse files
committed
Add forge and neoforge 1.20.6
1 parent 499cafd commit 5a05f06

File tree

43 files changed

+1418
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1418
-100
lines changed
Binary file not shown.

implementations/cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
`java-library`
44
id("com.diffplug.spotless") version "6.1.2"
55
id ("com.github.node-gradle.node") version "3.0.1"
6-
id ("com.github.johnrengelman.shadow") version "7.1.2"
6+
id ("com.github.johnrengelman.shadow") version "8.1.1"
77
}
88

99
group = "de.bluecolored.bluemap.cli"

implementations/fabric-1.15.2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/fabric-1.16.2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/fabric-1.17/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/fabric-1.18/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/fabric-1.19.4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/fabric-1.20.5/build.gradle.kts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ modrinth {
144144
.readText()
145145
.replace("{version}", project.version.toString()))
146146
uploadFile.set(tasks.findByName("remappedShadowJar"))
147-
gameVersions.addAll("1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4")
147+
gameVersions.addAll("1.20.5", "1.20.6")
148148
dependencies {
149149
required.project("P7dR8mSH") // Fabric API
150150
}
@@ -162,14 +162,10 @@ curseforge {
162162

163163
addGameVersion("Fabric")
164164

165-
addGameVersion("Java 18")
166-
addGameVersion("Java 17")
165+
addGameVersion("Java 21")
167166

168-
addGameVersion("1.20")
169-
addGameVersion("1.20.1")
170-
addGameVersion("1.20.2")
171-
addGameVersion("1.20.3")
172-
addGameVersion("1.20.4")
167+
addGameVersion("1.20.5")
168+
addGameVersion("1.20.6")
173169

174170
mainArtifact(tasks.findByName("remappedShadowJar"), closureOf<CurseArtifact> {
175171
relations(closureOf<CurseRelation> {

implementations/fabric-1.20/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`java-library`
1010
id("com.diffplug.spotless") version "6.1.2"
1111
id ("com.github.node-gradle.node") version "3.0.1"
12-
id ("com.github.johnrengelman.shadow") version "7.1.2"
12+
id ("com.github.johnrengelman.shadow") version "8.1.1"
1313
id ("fabric-loom") version "1.3-SNAPSHOT"
1414
id ("com.modrinth.minotaur") version "2.+"
1515
id ("com.matthewprenger.cursegradle") version "1.4.0"

implementations/forge-1.17.1/build.gradle

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '6.0.+', changing: true
8+
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '[6.0.24,6.2)', changing: true
99
}
1010
}
1111

@@ -14,7 +14,7 @@ plugins {
1414
id "java-library"
1515
id "com.diffplug.spotless" version "6.1.2"
1616
id "com.github.node-gradle.node" version "3.0.1"
17-
id "com.github.johnrengelman.shadow" version "7.1.2"
17+
id "com.github.johnrengelman.shadow" version "8.1.1"
1818
id "com.modrinth.minotaur" version "2.+"
1919
id "com.matthewprenger.cursegradle" version "1.4.0"
2020
}
@@ -25,15 +25,7 @@ group = "de.bluecolored.bluemap.forge"
2525
version = System.getProperty("bluemap.version") ?: "?" // set by BlueMapCore
2626
archivesBaseName = 'bluemap'
2727

28-
def javaTarget = 16
29-
java {
30-
sourceCompatibility = JavaVersion.toVersion(javaTarget)
31-
targetCompatibility = JavaVersion.toVersion(javaTarget)
32-
33-
toolchain {
34-
languageVersion.set(JavaLanguageVersion.of(17))
35-
}
36-
}
28+
java.toolchain.languageVersion = JavaLanguageVersion.of(16)
3729

3830
minecraft {
3931
mappings channel: 'official', version: '1.17.1'

0 commit comments

Comments
 (0)