diff --git a/overrides/config/clienttweaks.cfg b/overrides/config/clienttweaks.cfg old mode 100644 new mode 100755 index d6dda0e..ee317c6 --- a/overrides/config/clienttweaks.cfg +++ b/overrides/config/clienttweaks.cfg @@ -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 diff --git a/tools/templates/randompatches.cfg b/tools/templates/randompatches.cfg index e502558..4ecdbff 100644 --- a/tools/templates/randompatches.cfg +++ b/tools/templates/randompatches.cfg @@ -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