Skip to content

Commit

Permalink
Disable Auto Jump Replacement default config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Feb 24, 2025
1 parent 65b8ca5 commit 21a41bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public static class EntitiesCategory
@Config.RequiresMcRestart
@Config.Name("Auto Jump Replacement")
@Config.Comment("Replaces auto jump with an increased step height (singleplayer only)")
public boolean utAutoJumpToggle = true;
public boolean utAutoJumpToggle = false;

@Config.Name("Better Ignition")
@Config.Comment("Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them")
Expand Down

0 comments on commit 21a41bd

Please sign in to comment.