cteNEV/config/quickstack-client.toml

36 lines
1.3 KiB
TOML
Raw Normal View History

2024-05-04 02:37:08 -07:00
[general]
#Enable dump button.
"Enable Dump Button" = true
#Ignore hotbar when transferring.
"Ignore Hotbar" = true
#Highlight nearby containers.
"Highlight containers" = true
# information to the chat when task is complete.
"Display Message" = true
#Show button in the player inventory.
"Show inventory button" = true
#Creative inventory button position width offset.
#Range: > -2147483648
"Creative inventory button X offset" = 71
#Creative inventory button position height offset.
#Range: > -2147483648
"Creative inventory button Y offset" = -63
#Blocks highlighting delay in milliseconds. Delay < 0 means forever.
#Range: > -1
"Highlight delay" = 3000
#Min number of slots that a container can be eligible for transfer to, this will exclude furnaces and most machines with a low slot count.
#Range: > 0
"Minimum Slots" = 6
#Survival inventory button position width offset.
#Range: > -2147483648
"Survival inventory button X offset" = 50
#Survival inventory button position height offset.
#Range: > -2147483648
"Survival inventory button Y offset" = -18
#favorites color background
favorite_color = "#FFFFBB"
"Blacklisted Block Entities" = ["minecraft:furnace", "minecraft:blast_furnace", "minecraft:smoker"]
"Whitelisted containers" = ["curios:curios_container"]