Configuration

Configuration files for my mods can be found in the config folder of your Minecraft directory.

All configuration options are contained either within -common.toml or -client.toml files.

To edit configurations in-game, use one of the following mods:

It is recommended to restart your game when making changes to the configuration of my mods.

trashslot-common.toml
enableHintsBoolean

TrashSlot will show a hint the first time the trash slot is toggled off or can be enabled on a supported screen. Set to false to disable.

Default value
true
allowDeletionWhileTrashSlotIsInvisibleBoolean

Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden.

Default value
false
deletionDenyListList

List of items that cannot be deleted, in comma-separated format of "modid:name".

Default value
[]
instantDeletionBoolean

This causes the deletion slot to delete items instantly, similar to Creative Mode.

Default value
false
enableDeleteKeysInCreativeBoolean

Set to true if you want the delete keybindings to work in creative as well. Note: Items will be deleted permanently in creative, regardless of instantDeletion setting!

Default value
true