This is a simple mod that removes the random position and velocity offset of new drops.
Why? :
This mod removes the random offset, meaning that block/mob drops will always appear at the center of the block's position/where the mob died.
Additionally, during large-scale block-breaking events, maybe it can slightly improve the server's performance by eliminating the need for random calculations.
Note: Players with keepInventory set to false will randomly drop items from their inventory with the drop() method upon death; this mod does not modify that behavior.
