Added the following mods. trashslot Serilum's QoL Bundle Jade appleskin Smelting Sand in a Blast Furnace Better client Fancy Toasts Better F3 Better Days Hopo Better Mineshafts Hopo Better Ruined Portals Hopo Better Underwater Ruins Loot Integrations: Hopo Better Mineshaft, Ruins & Portals.
11 lines
742 B
TOML
11 lines
742 B
TOML
#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.
|
|
enableHints = true
|
|
#Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden.
|
|
allowDeletionWhileTrashSlotIsInvisible = false
|
|
#List of items that cannot be deleted, in comma-separated format of "modid:name".
|
|
deletionDenyList = []
|
|
#This causes the deletion slot to delete items instantly, similar to Creative Mode.
|
|
instantDeletion = false
|
|
#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!
|
|
enableDeleteKeysInCreative = true
|