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

27
config/hoetweaks.json5 Normal file
View File

@@ -0,0 +1,27 @@
{
// When enabled, only allows the un-till function to work when the other hand is empty. Allows placing seeds with hoe in other hand.
"onlyUntillWithOtherHandEmpty": true,
// How much quicker a cropblock (pumpkin/melon) is broken than by default.
// min: 0.0, max: 20.0
"cropBlockBreakSpeedModifier": 8.0,
// Whether the bigger hoe range should only be used if the player is crouching when right-clicking the center block.
"mustCrouchToHaveBiggerHoeRange": true,
// The wooden hoe till range (default while crouching). 0 = 1x1
// min: 0, max: 32
"woodenTierHoeRange": 0,
// The stone hoe till range (default while crouching). 1 = 3x3
// min: 0, max: 32
"stoneTierHoeRange": 1,
// The gold hoe till range (default while crouching). 2 = 5x5
// min: 0, max: 32
"goldTierHoeRange": 2,
// The iron hoe till range (default while crouching). 2 = 5x5
// min: 0, max: 32
"ironTierHoeRange": 2,
// The diamond hoe till range (default while crouching). 3 = 7x7
// min: 0, max: 32
"diamondTierHoeRange": 3,
// The netherite hoe till range (default while crouching). 4 = 9x9
// min: 0, max: 32
"netheriteTierHoeRange": 4
}