Fix Universal Tweaks Conflicts (#509)
[COMBINE] commits = ["7ca652d468166680fed9927c6dc2e4e0ca44f33e"] [COMBINE]
This commit is contained in:
parent
2d6e7a647e
commit
9fc71696fc
6
overrides/config/clienttweaks.cfg
Normal file → Executable file
6
overrides/config/clienttweaks.cfg
Normal file → Executable file
@ -3,8 +3,6 @@
|
||||
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]]
|
||||
@ -37,7 +35,7 @@ tweaks {
|
||||
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"=true
|
||||
B:"Disable Potion Shift"=false
|
||||
|
||||
# This option will disable step assist added by other mods. [default: false]
|
||||
B:"Disable Step Assist"=false
|
||||
@ -58,7 +56,7 @@ tweaks {
|
||||
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
|
||||
B:"No Offhand Torch With Block"=false
|
||||
|
||||
# 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
|
||||
|
@ -144,7 +144,7 @@ misc {
|
||||
# Fixes MC-2025.
|
||||
# More information can be found here: https://www.reddit.com/r/Mojira/comments/8pgd4q/final_and_proper_fix_to_mc2025_simple_reliable/
|
||||
# Default: true
|
||||
B:mc2025Fix=true
|
||||
B:mc2025Fix=false
|
||||
|
||||
# Fixes MC-64836, which causes non-player entities to be allowed to control minecarts using their AI.
|
||||
# Default: true
|
||||
@ -152,7 +152,7 @@ misc {
|
||||
|
||||
# Fixes MC-5694, which causes fast mining to sometimes only destroy blocks client-side only.
|
||||
# Default: true
|
||||
B:miningGhostBlocksFix=true
|
||||
B:miningGhostBlocksFix=false
|
||||
|
||||
# Fixes MC-10369 (server-side particle spawning not creating particles for clients) and MC-93826 (breeding hearts only showing once instead of all of the time an animal can breed).
|
||||
# Default: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user