minecraft-modpack-1.16.5/config/travelersbackpack-client.toml
2022-09-16 18:29:22 +02:00

30 lines
908 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
#Disable backpack rendering
disableBackpackRender = true
#Render tools in tool slots on the backpack, while worn
renderTools = false
#Displays warning about item deletion after updating from older version
displayWarning = false
#Render backpack if elytra is present
renderBackpackWithElytra = false
#Enables tip, how to obtain a backpack, if there's no crafting recipe for it
obtainTips = true
#The position of the Overlay on the screen
[client.overlay]
#Offsets to left side
#Range: > -2147483648
offsetX = 20
#Enables tanks and tool slots overlay, while backpack is worn
enableOverlay = true
#Offsets to up
#Range: > -2147483648
offsetY = 30