Fix falling block spawn methods

For some reason Spigot broke both behavior and the method as a whole
This commit is contained in:
Nassim Jahnke 2022-03-04 20:47:30 +01:00
parent 0ee6ddaf33
commit b6616c8a18
No known key found for this signature in database
GPG key ID: 6BE3B555EBC5982B
2 changed files with 44 additions and 0 deletions

View file

@ -315,3 +315,6 @@ public-f net.minecraft.world.level.gameevent.vibrations.VibrationListener listen
# Fix custom inventory holders
public-f net.minecraft.world.inventory.AbstractContainerMenu dataSlots
public-f net.minecraft.world.inventory.AbstractContainerMenu remoteDataSlots
# Fix falling block spawn methods
public net.minecraft.world.entity.item.FallingBlockEntity <init>(Lnet/minecraft/world/level/Level;DDDLnet/minecraft/world/level/block/state/BlockState;)V