Skip to content

Commit 5a8682d

Browse files
committed
Bump PE for 1.21.5 Update
1 parent 0ed4e78 commit 5a8682d

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.github/workflows/build-gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ jobs:
215215
216216
game-versions: |
217217
1.21.4
218+
1.21.5
218219
219220
retry-attempts: 2
220221
retry-delay: 10000

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.io.ByteArrayOutputStream
33
plugins {
44
id("java")
55
id("com.gradleup.shadow") version "8.3.3" apply false
6-
id("fabric-loom") version "1.10.4" apply false
6+
id("fabric-loom") version "1.10.5" apply false
77
}
88

99
val fullVersion = "1.3.5"

bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dependencies {
4040

4141
shadeThisThing(implementation("org.kohsuke:github-api:1.326")!!)
4242
if (shadePE) {
43-
shadeThisThing(implementation("com.github.retrooper:packetevents-spigot:2.7.1-SNAPSHOT")!!)
43+
shadeThisThing(implementation("com.github.retrooper:packetevents-spigot:2.8.0-SNAPSHOT")!!)
4444
} else {
45-
compileOnly("com.github.retrooper:packetevents-spigot:2.7.1-SNAPSHOT")
45+
compileOnly("com.github.retrooper:packetevents-spigot:2.8.0-SNAPSHOT")
4646
}
4747
shadeThisThing(implementation("org.incendo:cloud-paper:2.0.0-beta.10")!!)
4848
shadeThisThing(implementation("org.incendo:cloud-core:2.0.0")!!)

common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies {
1313

1414
// Shaded in or bundled by platform-specific code
1515
if (shadePE) {
16-
implementation("com.github.retrooper:packetevents-api:2.7.1-SNAPSHOT")
16+
implementation("com.github.retrooper:packetevents-api:2.8.0-SNAPSHOT")
1717
} else {
18-
compileOnly("com.github.retrooper:packetevents-api:2.7.1-SNAPSHOT")
18+
compileOnly("com.github.retrooper:packetevents-api:2.8.0-SNAPSHOT")
1919
}
2020

2121
implementation("org.yaml:snakeyaml:2.0")

fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
modImplementation(fabricApi.module("fabric-events-interaction-v0", "${rootProject.property("fabric_version")}"))
4040

4141
include(modImplementation("me.lucko:fabric-permissions-api:0.3.1")!!)
42-
include(modImplementation("com.github.retrooper:packetevents-fabric:2.7.1-SNAPSHOT")!!)
42+
include(modImplementation("com.github.retrooper:packetevents-fabric:2.8.0-SNAPSHOT")!!)
4343
include(modImplementation("org.incendo:cloud-fabric:2.0.0-beta.10")!!)
4444

4545
include(implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.10")!!)

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://modmuss50.me/fabric.html
7-
minecraft_version=1.21.4
8-
yarn_mappings=1.21.4+build.8:v2
9-
loader_version=0.16.10
7+
minecraft_version=1.21.5
8+
yarn_mappings=1.21.5+build.1:v2
9+
loader_version=0.16.13
1010

1111
# Mod Properties
1212
maven_group=me.caseload
1313
archives_base_name=knockbacksync
1414

1515
# Dependencies
1616
# check this on https://modmuss50.me/fabric.html
17-
fabric_version=0.119.2+1.21.4
17+
fabric_version=0.121.0+1.21.5
1818

1919
githubRepo=CASELOAD7000/knockback-sync

0 commit comments

Comments
 (0)