mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-04-22 03:08:16 +02:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@bbeaddeb Simplify diff in ProjectileWeaponItem PaperMC/Paper@e63832e5 Re-add diff comment in Villager PaperMC/Paper@63f9644a Simplify diff in ChunkMap PaperMC/Paper@f2df3219 update EntityTargetLivingEntityEvent handling PaperMC/Paper@e7ea5050 fix NPE after launching ender eye PaperMC/Paper@267f7aef respect mobs-can-always-pick-up-loot for baby zombies PaperMC/Paper@8ad1ef1d bunch of renames and fix NPE in getCraftingRemainingItem
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/level/block/ChestBlock.java
|
||||
+++ b/net/minecraft/world/level/block/ChestBlock.java
|
||||
@@ -380,6 +_,7 @@
|
||||
@@ -352,6 +_,7 @@
|
||||
}
|
||||
|
||||
public static boolean isBlockedChestByBlock(final BlockGetter level, final BlockPos pos) {
|
||||
|
||||
Reference in New Issue
Block a user