Skip to content

Commit b8078d3

Browse files
committed
Update to 1.21.5-rc2
1 parent 5855454 commit b8078d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=io.papermc.paper
22
version=1.21.5-R0.1-SNAPSHOT
3-
mcVersion=1.21.5-rc1
3+
mcVersion=1.21.5-rc2
44

55
# Set to true while updating Minecraft version
66
updatingMinecraft=true

paper-server/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
1212

1313
dependencies {
14-
mache("io.papermc:mache:1.21.5-rc1+build.2")
14+
mache("io.papermc:mache:1.21.5-rc2+build.1")
1515
paperclip("io.papermc:paperclip:3.0.3")
1616
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1717
}

paper-server/patches/sources/net/minecraft/world/level/block/piston/PistonMovingBlockEntity.java.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
private boolean extending = false;
1010
private boolean isSourcePiston = false;
1111
private static final ThreadLocal<Direction> NOCLIP = ThreadLocal.withInitial(() -> null);
12-
@@ -307,7 +_,7 @@
12+
@@ -310,7 +_,7 @@
1313
if (level.getBlockState(pos).is(Blocks.MOVING_PISTON)) {
1414
BlockState blockState = Block.updateFromNeighbourShapes(blockEntity.movedState, level, pos);
1515
if (blockState.isAir()) {

0 commit comments

Comments
 (0)