Skip to content

Commit cab9336

Browse files
committed
Update to MC 1.21.4
1 parent 368ba2f commit cab9336

File tree

5 files changed

+9
-18
lines changed

5 files changed

+9
-18
lines changed

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

spark-common/build.gradle

-9
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ test {
8080
}
8181

8282
publishing {
83-
//repositories {
84-
// maven {
85-
// url = 'https://oss.sonatype.org/content/repositories/snapshots'
86-
// credentials {
87-
// username = sonatypeUsername
88-
// password = sonatypePassword
89-
// }
90-
// }
91-
//}
9283
//repositories {
9384
// maven {
9485
// url = 'https://nexus.lucko.me/repository/maven-snapshots/'

spark-fabric/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import net.fabricmc.loom.task.RemapJarTask
22

33
plugins {
4-
id 'fabric-loom' version '1.7-SNAPSHOT'
4+
id 'fabric-loom' version '1.9-SNAPSHOT'
55
id 'com.gradleup.shadow' version '8.3.0'
66
}
77

@@ -28,9 +28,9 @@ configurations {
2828

2929
dependencies {
3030
// https://modmuss50.me/fabric.html
31-
minecraft 'com.mojang:minecraft:1.21.3'
32-
mappings 'net.fabricmc:yarn:1.21.3+build.2:v2'
33-
modImplementation 'net.fabricmc:fabric-loader:0.16.7'
31+
minecraft 'com.mojang:minecraft:1.21.4'
32+
mappings 'net.fabricmc:yarn:1.21.4+build.1:v2'
33+
modImplementation 'net.fabricmc:fabric-loader:0.16.9'
3434

3535
Set<String> apiModules = [
3636
"fabric-api-base",
@@ -40,12 +40,12 @@ dependencies {
4040

4141
// Add each module as a dependency
4242
apiModules.forEach {
43-
modImplementation(fabricApi.module(it, '0.106.1+1.21.3'))
43+
modImplementation(fabricApi.module(it, '0.110.5+1.21.4'))
4444
}
4545

4646
include(modImplementation('me.lucko:fabric-permissions-api:0.3.3'))
4747

48-
modImplementation('eu.pb4:placeholder-api:2.5.0+1.21.2')
48+
modImplementation('eu.pb4:placeholder-api:2.5.1+1.21.3')
4949

5050
shade project(':spark-common')
5151
}

spark-neoforge/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.gradleup.shadow' version '8.3.0'
3-
id 'net.neoforged.moddev' version '1.0.21'
3+
id 'net.neoforged.moddev' version '1.0.23'
44
}
55

66
tasks.withType(JavaCompile).configureEach {
@@ -15,7 +15,7 @@ java {
1515
}
1616

1717
neoForge {
18-
version = "21.3.3-beta"
18+
version = "21.4.2-beta"
1919
validateAccessTransformers = true
2020

2121
runs {

0 commit comments

Comments
 (0)