Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed ARR
Published 2 days ago
Block Destroy Entity Drop
Block Destroy Entity Drop is a lightweight NeoForge mod for Minecraft 1.21.1 that changes how item entities appear when blocks are broken.
In vanilla Minecraft, drops from broken blocks spawn with a random offset and random motion. This can make items bounce sideways, scatter unpredictably, or fly into hazards such as lava. This mod makes those drops spawn in the exact center of the broken block and start with no random velocity, so they simply fall down under normal gravity.
Features
- Spawns broken block drops at the block center
- Removes random sideways launch velocity from block drops
- Keeps normal item pickup delay behavior
- Keeps normal gravity behavior
- Works server-side for consistent multiplayer behavior
- Does not change unrelated dropped items such as player-thrown items
Compatibility
- Minecraft:
1.21.1 - Mod loader:
NeoForge - Side:
Serverrequired,Clientoptional for singleplayer/local use
How It Works
The mod changes the vanilla block drop spawning behavior. When a block creates an item drop, the item entity is placed at:
x + 0.5, y + 0.5, z + 0.5
Its initial movement is set to:
0, 0, 0
After spawning, Minecraft gravity handles the item normally.
Why Use This?
- Prevents drops from randomly flying into lava or off ledges
- Makes mining and block breaking more predictable
- Helps automation, building, and cleanup feel cleaner
- Keeps the vanilla feel while removing one source of random item movement


