Fix falling block spawn methods
For some reason Spigot broke both behavior and the method as a whole
This commit is contained in:
parent
0ee6ddaf33
commit
b6616c8a18
2 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue