generated from KessokuTeaTime/Example-Mod
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
21 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"key.taptab.category" : "Tap Tab", | ||
|
||
"key.taptab.cycle" : "Cycle Hotbar to the Above Line", | ||
"key.taptab.reverse_modifier": "Modifier: Cycle in Reverse Order", | ||
"key.taptab.slot_modifier" : "Modifier: Cycle Only Main Hand" | ||
"key.taptab.reverse_modifier": "Holding: Cycle in Reverse Order", | ||
"key.taptab.slot_modifier" : "Holding: Cycle Only Main Hand", | ||
|
||
"key.taptab.unbound.tooltip" : "§7Stay unbound to use key §r[%s]" | ||
} |
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,6 +1,9 @@ | ||
{ | ||
"key.taptab.category" : "Tap Tab", | ||
|
||
"key.taptab.cycle" : "循环快捷栏到上方一行", | ||
"key.taptab.reverse_modifier": "修饰键:反方向循环", | ||
"key.taptab.slot_modifier" : "修饰键:只循环主手物品" | ||
"key.taptab.reverse_modifier": "按住:反转循环方向", | ||
"key.taptab.slot_modifier" : "按住:只循环主手物品", | ||
|
||
"key.taptab.unbound.tooltip" : "§7保持未绑定以使用按键 §r[%s]" | ||
} |