13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/net/minecraft
CraftBukkit/Spigot 82e8261d70 SPIGOT-6754: We ignore any still present TileEntity now when we create a BlockState for a block of type AIR.
During block destruction, the type of the block may already have been set to AIR while the TileEntity has not yet been removed.
Also, TileEntity#getOwner() skips the whole BlockState construction now if the block is of type AIR.

This removes the previous workaround again of returning a dummy CraftBlockEntityState in this case.

By: blablubbabc <lukas@wirsindwir.de>
2021-10-10 07:55:53 +11:00
..
advancements Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
commands SPIGOT-6508: Rename conflicted getServer 2021-06-11 21:33:49 +10:00
core SPIGOT-6023, SPIGOT-6745: Fix missing BlockDispenseArmorEvents 2021-09-26 00:24:33 +02:00
nbt Add mc-dev imports 2021-04-07 15:03:29 +10:00
network Update to Minecraft 1.17.1 2021-07-07 00:00:00 +10:00
server Rebuild patch 2021-09-01 19:02:09 +10:00
stats Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
util Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
world SPIGOT-6754: We ignore any still present TileEntity now when we create a BlockState for a block of type AIR. 2021-10-10 07:55:53 +11:00
CrashReport.patch Update to Minecraft 1.17.1 2021-07-07 00:00:00 +10:00