Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_feat(Fabric Capes): 新增 Fabric 披風 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Dec 2, 2022
1 parent ebb79c5 commit 0c117bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/capes/lang/en_us.json
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"
}
11 changes: 11 additions & 0 deletions assets/capes/lang/zh_tw.json
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": "切換玩家顯示"
}

0 comments on commit 0c117bf

Please sign in to comment.