You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
podmack/config/travelersbackpack-client.toml

28 lines
810 B
TOML

#Client-only settings
[client]
#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