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 | 54b4f479594667262b2372ed9df86f8e60f8be57 (patch) | |
tree | a15f6d821f7d7d20c679b9170eeb99c19f4e8dfa /build-data | |
parent | 782a09c5e664f8c69ceff4209bdf201838c66392 (diff) | |
download | Paper-54b4f479594667262b2372ed9df86f8e60f8be57.tar.gz Paper-54b4f479594667262b2372ed9df86f8e60f8be57.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 |