File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.io.ByteArrayOutputStream
33plugins {
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
99val fullVersion = " 1.3.5"
Original file line number Diff line number Diff 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" )!! )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )!! )
Original file line number Diff line number Diff 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
1212maven_group =me.caseload
1313archives_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
1919githubRepo =CASELOAD7000/knockback-sync
You can’t perform that action at this time.
0 commit comments