28 lines
		
	
	
		
			888 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			888 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
 | |
| #Client-only settings
 | |
| [client]
 | |
| 	#Whether the backpack icon should be visible in player's inventory
 | |
| 	showBackpackIconInInventory = true
 | |
| 	#Sends a message to the player on death with backpack coordinates
 | |
| 	sendBackpackCoordinatesMessage = true
 | |
| 	#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
 | |
| 
 | |
| 	#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
 | |
| 
 |