Skip to content

Commit

Permalink
Update to MC 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Dec 4, 2024
1 parent 368ba2f commit cab9336
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
9 changes: 0 additions & 9 deletions spark-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ test {
}

publishing {
//repositories {
// maven {
// url = 'https://oss.sonatype.org/content/repositories/snapshots'
// credentials {
// username = sonatypeUsername
// password = sonatypePassword
// }
// }
//}
//repositories {
// maven {
// url = 'https://nexus.lucko.me/repository/maven-snapshots/'
Expand Down
12 changes: 6 additions & 6 deletions spark-fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import net.fabricmc.loom.task.RemapJarTask

plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'com.gradleup.shadow' version '8.3.0'
}

Expand All @@ -28,9 +28,9 @@ configurations {

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

Set<String> apiModules = [
"fabric-api-base",
Expand All @@ -40,12 +40,12 @@ dependencies {

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

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

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

shade project(':spark-common')
}
Expand Down
4 changes: 2 additions & 2 deletions spark-neoforge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.gradleup.shadow' version '8.3.0'
id 'net.neoforged.moddev' version '1.0.21'
id 'net.neoforged.moddev' version '1.0.23'
}

tasks.withType(JavaCompile).configureEach {
Expand All @@ -15,7 +15,7 @@ java {
}

neoForge {
version = "21.3.3-beta"
version = "21.4.2-beta"
validateAccessTransformers = true

runs {
Expand Down

0 comments on commit cab9336

Please sign in to comment.