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.
71 lines
2.9 KiB
INI
71 lines
2.9 KiB
INI
6 years ago
|
# 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" <
|
||
|
tconstruct:shovel
|
||
|
tconstruct:excavator
|
||
|
>
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# 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"=true
|
||
|
|
||
|
# This option disables the shifting of the inventory to the right when potion effects are active. [default: true]
|
||
|
B:"Disable Potion Shift"=true
|
||
|
|
||
|
# 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. [default: false]
|
||
|
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"=true
|
||
|
|
||
|
# 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"=true
|
||
|
|
||
|
# 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
|
||
|
}
|
||
|
|
||
|
|