Anti Q - Protection Against Accidental Item Drops
This mod provides a solution to the problem of accidentally losing valuable items in multiplayer games. Imagine this scenario: you accidentally press the drop key, and your precious item disappears forever. With Anti Q, this problem is now a thing of the past!
How Protection Works
The mod implements a smart confirmation system: to drop particularly valuable items, you need to press the drop key not once, but multiple times (by default - 2 times). A single press will no longer cause the loss of important resources.
Simple Configuration
In the settings, you can easily adjust the number of required presses and specify which items should be protected from accidental dropping.
general {
# Number of presses required to drop
I:count=2
# Enable or disable mod
B:enable=true
# List of protected items
S:items <
golden_apple
diamond_pickaxe
diamond_shovel
diamond_axe
diamond_sword
diamond_helmet
elytra
diamond_leggings
diamond_boots
wooden_shovel
>
}
Important Note: Although the description mentions the Q key, the system actually uses whatever key you have assigned in your game settings for the drop function.