Skip to content

Commit

Permalink
add betterSneaking i18n text
Browse files Browse the repository at this point in the history
  • Loading branch information
plusls committed Oct 12, 2021
1 parent 56b67e0 commit 2705ebb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Make Minecraft Client Great Again!

![autoSwitchElytra](./docs/img/autoSwitchElytra.gif)

### 更好的潜行

在潜行时玩家可以向下移动 1 格高

### 方块模型没有偏移

渲染方块模型时不再有随机偏移(比如凋零玫瑰)
Expand Down
4 changes: 4 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ It looks like:

![autoSwitchElytra](./docs/img/autoSwitchElytra.gif)

### Better Sneaking

Player can move down 1 height when sneaking.

### Block Model No Offset

Render block model without random offset.
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/assets/ommc/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"ommc.config.generic.sortInventorySupportEmptyShulkerBoxStack.comment": "Support empty shulker box stack when sort inventory.",
"ommc.config.feature_toggle.autoSwitchElytra.name": "autoSwitchElytra",
"ommc.config.feature_toggle.autoSwitchElytra.comment": "Auto switch elytra and chestplate.",
"ommc.config.feature_toggle.betterSneaking.name": "betterSneaking",
"ommc.config.feature_toggle.betterSneaking.comment": "Player can move down 1 height when sneaking.",
"ommc.config.feature_toggle.blockModelNoOffset.name": "blockModelNoOffset",
"ommc.config.feature_toggle.blockModelNoOffset.comment": "Render block model without random offset.",
"ommc.config.feature_toggle.disableBreakBlock.name": "disableBreakBlock",
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/assets/ommc/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"ommc.config.generic.sortInventorySupportEmptyShulkerBoxStack.comment": "整理仓库时支持空潜影盒堆叠(请配合 PCA 使用)",
"ommc.config.feature_toggle.autoSwitchElytra.name": "自动切换鞘翅",
"ommc.config.feature_toggle.autoSwitchElytra.comment": "自动切换鞘翅和胸甲",
"ommc.config.feature_toggle.betterSneaking.name": "更好的潜行",
"ommc.config.feature_toggle.betterSneaking.comment": "在潜行时玩家可以向下移动 1 格高",
"ommc.config.feature_toggle.blockModelNoOffset.name": "方块模型没有偏移",
"ommc.config.feature_toggle.blockModelNoOffset.comment": "渲染方块模型时不再有随机偏移(比如凋零玫瑰)",
"ommc.config.feature_toggle.disableBreakBlock.name": "禁止破坏特定方块",
Expand Down

0 comments on commit 2705ebb

Please sign in to comment.