modded7/overrides/config/clienttweaks.cfg

72 lines
3.0 KiB
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
general {
# Items that will not prevent offhand-torch placement while in offhand, but do not place torches by themselves [default: [tconstruct:shovel], [tconstruct:excavator]]
S:"Offhand Torch Tools" <
>
# Items that count as torches for the offhand-torch tweak options. [default: [minecraft:torch], [tconstruct:stone_torch]]
S:"Torch Items" <
minecraft:torch
tconstruct:stone_torch
>
# Items that will place torches from your hotbar on right-click if enabled. [default: [minecraft:wooden_pickaxe], [minecraft:stone_pickaxe], [minecraft:iron_pickaxe], [minecraft:golden_pickaxe], [minecraft:diamond_pickaxe], [tconstruct:pickaxe], [tconstruct:hammer]]
S:"Torch Tools" <
minecraft:wooden_pickaxe
minecraft:stone_pickaxe
minecraft:iron_pickaxe
minecraft:golden_pickaxe
minecraft:diamond_pickaxe
tconstruct:pickaxe
tconstruct:hammer
>
}
tweaks {
# This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. [default: false]
B:"Auto-Climb Ladder"=false
# Disables the 3d Anaglyph button so you don't accidentally click it and cause a whole resource pack reload. [default: true]
B:"Disable 3D Anaglyph"=true
# This option forces auto jump to be disabled and also disables the button for it. Because it should never have been a thing. [default: false]
B:"Disable Auto Jump"=false
# This option disables the shifting of the inventory to the right when potion effects are active. [default: true]
B:"Disable Potion Shift"=false
2022-01-23 23:35:02 +08:00
# This option will disable step assist added by other mods. [default: false]
B:"Disable Step Assist"=false
# This prevents the last torch in the offhand from being placed. [default: false]
B:"Do Not Use Last Torch"=false
# This option will hide your offhand item. It can be toggled via an optional keybind.
B:"Hide Offhand Item"=false
# This option will hide your own potion particle effects for your client (other players will still see them). [default: false]
B:"Hide Own Particle Effects"=false
# This option will hide your shield unless you are holding a weapon. [default: true]
B:"Hide Shield Unless Holding Weapon"=false
# This adds back the master volume slider to the options screen. Saves you a click! [default: true]
B:"Master Volume Slider"=true
# This prevents torches from being placed from your offhand if you have a block in your main hand. [default: true]
B:"No Offhand Torch With Block"=false
2022-01-23 23:35:02 +08:00
# This prevents torches from being placed from your off hand if you have an empty main hand. [default: false]
B:"No Offhand Torch With Empty Hand"=false
# This restricts torches to be placed from the offhand only when you're holding a tool in your main hand. [default: false]
B:"Offhand Torch With Tool Only"=false
# This strips the underline formatting from chat because it looks terrible. [default: true]
B:"Remove Underlines From Chat"=true
}