promotional bannermobile promotional banner
premium banner
Prevent important items from being accidentally dropped by the Q key

Description

Discord
# Notes

The description uses the Q key, but actually refers to the key in the configuration.

# Summary

You must have lost valuable items by accidentally pressing the Q key in a multiplayer game.

This mod allows selected items to be discarded only if the Q key is pressed multiple times (default: 2).

# Configurationundefined

general {

        # Number of times required to discard

        I:count=2

        # Enable or disable mod

        B:enable=true

        # Target item list

        S:items <

                golden_apple

                diamond_pickaxe

                diamond_shovel

                diamond_axe

                diamond_sword

                diamond_helmet

                elytra

                diamond_leggings

                diamond_boots

                wooden_shovel

        >

}

undefined