This is a simple mod that removes the random position and velocity offset of new drops.
Why? :
- As for automated block-breaking machines (like those built with Create), the random position and velocity offset of drops (item entities) can sometimes cause the items to miss the intended collecting area, leading to accumulation and even causing server crashes.
- As for the mobs who stand near some places like lava or void, the random offset might make their drops destroyed.
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.