This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods_feat(Fabric Capes): 新增 Fabric 披風 (#38)
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"options.capes.title": "Cape Options", | ||
"options.capes.capetype": "Cape Type: %s", | ||
"options.capes.optifineeditor": "OptiFine Cape Editor", | ||
"options.capes.elytra": "Cape Texture on Elytra", | ||
"options.capes.selector": "Cape Selector", | ||
"options.capes.toggle": "Toggle", | ||
"options.capes.other": "Other", | ||
"options.capes.selector.elytra": "Toggle Elytra", | ||
"options.capes.selector.player": "Toggle Player" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"options.capes.title": "披風選項", | ||
"options.capes.capetype": "披風類型:%s", | ||
"options.capes.optifineeditor": "OptiFine 披風編輯器", | ||
"options.capes.elytra": "披風在鞘翅上的紋理", | ||
"options.capes.selector": "披風選擇器", | ||
"options.capes.toggle": "切換", | ||
"options.capes.other": "其他", | ||
"options.capes.selector.elytra": "切換鞘翅顯示", | ||
"options.capes.selector.player": "切換玩家顯示" | ||
} |