1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-18 11:22:15 +01:00

Updated Upstream (Bukkit/CraftBukkit/Spigot)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
4d37bf30 PR-762: Add SpawnReason and TransformReason for Tadpole metamorphosis into Frog
788174ae PR-761: Add Hangable interface to MangrovePropagule

CraftBukkit Changes:
3571ca8d1 PR-1070: Add SpawnReason and TransformReason for Tadpole metamorphosis into Frog
8f097b92f PR-1068: Add Hangable interface to MangrovePropagule

Spigot Changes:
56be6a84 Rebuild patches
c6c8886d PR-118: Add config option to disable hopper-chunk-loading
This commit is contained in:
Nassim Jahnke 2022-06-13 18:06:25 +02:00
parent 5e5e561112
commit e4e33753a4
4 changed files with 4 additions and 4 deletions

View file

@ -422,7 +422,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ private static Container getContainerAt(Level world, double x, double y, double z, boolean optimizeEntities) {
Object object = null;
BlockPos blockposition = new BlockPos(x, y, z);
if ( !world.hasChunkAt( blockposition ) ) return null; // Spigot
if ( !world.spigotConfig.hopperCanLoadChunks && !world.hasChunkAt( blockposition ) ) return null; // Spigot
@@ -0,0 +0,0 @@ public class HopperBlockEntity extends RandomizableContainerBlockEntity implemen
}
}

@ -1 +1 @@
Subproject commit c1d911a2b4f2aaf85aa6cf9030230fe5940d49da
Subproject commit 4d37bf305844ec2185646ff265affc5b4a9b2b73

@ -1 +1 @@
Subproject commit effea36a28a3a0796a6ac0cc35609573c404e73c
Subproject commit 3571ca8d133711c77d9507b771c154d649a37e54

@ -1 +1 @@
Subproject commit 1dffefb44e3f2feaffe93434bb2e888817798d42
Subproject commit 56be6a849145345c489133a676c40ae15b27b8c6