Skip to content

Commit

Permalink
Update Forge to MC 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Dec 7, 2024
1 parent cab9336 commit 4cd34dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spark-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

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

include(modImplementation('me.lucko:fabric-permissions-api:0.3.3'))
Expand Down
4 changes: 2 additions & 2 deletions spark-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
}

minecraft {
mappings channel: 'official', version: '1.21.3'
mappings channel: 'official', version: '1.21.4'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
reobf = false
}
Expand All @@ -20,7 +20,7 @@ configurations {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.21.3-53.0.0'
minecraft 'net.minecraftforge:forge:1.21.4-54.0.6'
shade project(':spark-common')
}

Expand Down
2 changes: 1 addition & 1 deletion spark-neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {
}

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

runs {
Expand Down

0 comments on commit 4cd34dc

Please sign in to comment.