release: 1.2.0

- AmbientSounds
- Bobby
- Comforts
- Concurrent Chunk Management Engine
- Crate Delight
- Easy Magic
- Exposure
- Farmer's Delight Refabricated
- More Delight
- ScalableLux
- ServerCore
- Smarter Farmers
- Sounds Physics Remastered
- Storage Delight
- Traveler's Backpack
- Visual Workbench
- Xaero's Maps x Waystones
- Zoomify
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-02 23:00:47 -03:00
parent 47825fe622
commit 0d709336d9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
65 changed files with 4418 additions and 33 deletions

17
config/highlighter.toml Normal file
View file

@ -0,0 +1,17 @@
#Client Configuration
[client]
[client.options]
# If new item markers should be cleared when the inventory is closed.
clear_on_close = true
# If new item markers should be cleared when the item tooltip is displayed.
clear_on_hover = true
# If new item markers should be cleared when the item is selected on the hotbar.
clear_on_select = true
# If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold.
item_name_color = false
# If new item markers should show on the hotbar.
show_on_hotbar = true
# The position of new item markers.
#Allowed values: UpperLeft, UpperRight, LowerLeft, LowerRight
icon_position = "UpperLeft"