-
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
82b9c10
commit 0d037a2
Showing
6 changed files
with
121 additions
and
45 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
17 changes: 11 additions & 6 deletions
17
src/client/resources/assets/accessible-step/lang/en_us.json
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,13 @@ | ||
{ | ||
"options.accessiblestep.title": "Accessible Step", | ||
"options.accessiblestep.option": "Step Assistance", | ||
"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.title": "Accessible Step", | ||
"options.accessiblestep.mode": "Step Assistance", | ||
"options.accessiblestep.height": "Step Height", | ||
"options.accessiblestep.sneakheight": "Sneak Height", | ||
"options.accessiblestep.step": "Step", | ||
"options.accessiblestep.default.mod": "Default", | ||
"options.accessiblestep.default.vanilla": "Vanilla", | ||
"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.sneakheight.tooltip": "Values greater than the configured Step Height will be ignored" | ||
} |