mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
29 lines
921 B
TOML
Executable file
29 lines
921 B
TOML
Executable file
|
|
#Client-only settings
|
|
[client]
|
|
#Enables legacy GUI (Blue slots for storage, brown for crafting and green for tools)
|
|
enableLegacyGui = false
|
|
#Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn
|
|
enableToolCycling = true
|
|
#Allows tool cycling using keybinding only (Default Z)
|
|
disableScrollWheel = false
|
|
#Enables tip, how to obtain a backpack, if there's no crafting recipe for it
|
|
obtainTips = true
|
|
#Render tools in tool slots on the backpack, while worn
|
|
renderTools = true
|
|
#Render backpack if elytra is present
|
|
renderBackpackWithElytra = true
|
|
#Disable backpack rendering
|
|
disableBackpackRender = false
|
|
|
|
#The position of the Overlay on the screen
|
|
[client.overlay]
|
|
#Enables tanks and tool slots overlay, while backpack is worn
|
|
enableOverlay = true
|
|
#Offsets to left side
|
|
#Range: > -2147483648
|
|
offsetX = 20
|
|
#Offsets to up
|
|
#Range: > -2147483648
|
|
offsetY = 30
|
|
|