mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07: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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user