PaperMC/paper-server/patches/sources
Jake Potrebic e259cfeb72 Fix upstreams block state factories
Sometimes, blocks are changed and then logic is called before the associated
tile entity is removed. When this happens, the factories were relying on the
block at the position, not the tile entity. This change prioritizes using the
tile entity type to determine the block state factory and falls back on
the material type of the block at that location.

== AT ==
public net.minecraft.world.level.block.entity.BlockEntityType validBlocks
2021-10-06 20:50:48 -07:00
..
com/mojang Check requirement before suggesting root nodes 2021-09-12 00:14:21 +02:00
net/minecraft Fix upstreams block state factories 2021-10-06 20:50:48 -07:00