mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@e0ba395d Add missing plugin ticket comparator fixes #13130 PaperMC/Paper@21b49306 Fix diff in FlowingFluid#canPassThroughWall PaperMC/Paper@dcd7847d Improve server tick loop PaperMC/Paper@a4a7461c Rebase fixups PaperMC/Paper@dc66e8cf Return Server#getTPS over minute intervals instead of seconds
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
BlockState blockState1 = level.getBlockState(mutableBlockPos.setWithOffset(pos, Direction.DOWN));
|
||||
FluidState fluidState1 = blockState1.getFluidState();
|
||||
if (blockState1.isSolid() || this.isSourceBlockOfThisType(fluidState1)) {
|
||||
@@ -322,6 +_,12 @@
|
||||
@@ -320,6 +_,12 @@
|
||||
}
|
||||
|
||||
protected abstract boolean canConvertToSource(ServerLevel level);
|
||||
|
||||
Reference in New Issue
Block a user