-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm not entirely sure whether adding a configurable step height is really something worth pursuing with this mod.
- Loading branch information
1 parent
485550f
commit 0a3af47
Showing
5 changed files
with
79 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
{ | ||
"options.accessiblestep.title": "Accessible Step", | ||
"options.accessiblestep.option": "Step Assistance", | ||
"options.accessiblestep.mode": "Step Assistance", | ||
"options.accessiblestep.height": "Step Height", | ||
"options.accessiblestep.sneakheight": "Sneak Height", | ||
"options.accessiblestep.step": "Step", | ||
"options.accessiblestep.off.tooltip": "No assistance", | ||
"options.accessiblestep.autojump.tooltip": "Jump when approaching a full block", | ||
"options.accessiblestep.step.tooltip": "Step up smoothly when approaching a full block" | ||
"options.accessiblestep.step.tooltip": "Step up smoothly when approaching a full block", | ||
"options.accessiblestep.sneakheight.tooltip": "Values greater than the configured step height will be ignored" | ||
} |