Updated StorageDrawers.

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.
This commit is contained in:
2025-08-25 17:39:44 -05:00
parent 8c34038fab
commit e8400d809f
96 changed files with 4309 additions and 23 deletions

View File

@@ -0,0 +1,18 @@
{
// If right-clicking beds in the air should enable the quick feature.
"enableQuickBeds": true,
// If right-clicking cartography tables in the air should enable the quick feature.
"enableQuickCartographyTables": true,
// If right-clicking crafting tables in the air should enable the quick feature.
"enableQuickCraftingTables": true,
// If right-clicking ender chests in the air should enable the quick feature.
"enableQuickEnderChests": true,
// If right-clicking grindstones in the air should enable the quick feature.
"enableQuickGrindstones": true,
// If right-clicking shulker boxes in the air should enable the quick feature.
"enableQuickShulkerBoxes": true,
// If right-clicking smithing tables in the air should enable the quick feature.
"enableQuickSmithingTables": true,
// If right-clicking stonecutters in the air should enable the quick feature.
"enableQuickStonecutters": true
}