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,17 @@
[gui]
#Sets the screen alignment of the bed clock.
#Allowed Values: TOP_LEFT, TOP_CENTER, TOP_RIGHT, CENTER_LEFT, CENTER_CENTER, CENTER_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
clockAlignment = "TOP_RIGHT"
#Sets the scale of the bed clock.
#Range: > 1
clockScale = 64
#Sets the distance between the clock and the edge of the screen.
#Unused if clockAlignment is CENTER_CENTER.
#Range: > 0
clockMargin = 16
#This setting prevents clock wobble when getting in bed by updating the clock's position every tick.
#As a side-effect, the clock won't wobble when first viewed as it does in vanilla. This setting is
#unused if displayBedClock is false.
preventClockWobble = true
#This setting blacklists the sky rendering for specific dimensions. Like in the Aether if using /time set command, the sky jitters. Adding to the blacklist will prevent this behavior.
blacklistDimensions = ["aether:the_aether"]