diff options
author | Nassim Jahnke <[email protected]> | 2022-03-04 20:47:30 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2022-03-04 20:47:30 +0100 |
commit | b6616c8a1834a6bb0bd38298d7ca1ca5ab661804 (patch) | |
tree | fe1d0952736752272d246419aee92dfedd7be4b8 /build-data | |
parent | 0ee6ddaf33d1332c3e861fbaaced600c81d0e7e2 (diff) | |
download | Paper-b6616c8a1834a6bb0bd38298d7ca1ca5ab661804.tar.gz Paper-b6616c8a1834a6bb0bd38298d7ca1ca5ab661804.zip |
Fix falling block spawn methods
For some reason Spigot broke both behavior and the method as a whole
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 7d282dd818..c672e2bab1 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -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 |