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(RightClickHarvest): 新增右鍵收割 v3.1.0 (#175)
* mods_feat(RightClickHarvest): 新增右鍵收割 v3.1.0 * mods_fix(RightClickHarvest): 修正翻譯
- Loading branch information
Showing
2 changed files
with
18 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,9 @@ | ||
{ | ||
"rightclickharvest.jamlibconfig.title": "Right Click Harvest Config", | ||
"rightclickharvest.jamlibconfig.requireHoe": "Require Hoe", | ||
"rightclickharvest.jamlibconfig.requireHoe.tooltip": "Only allow harvesting certain crops (e.g. wheat, carrots) if the player is holding a hoe in their hand.", | ||
"rightclickharvest.jamlibconfig.harvestInRadius": "Harvest in Radius", | ||
"rightclickharvest.jamlibconfig.harvestInRadius.tooltip": "Make hoes of different tiers harvest multiple blocks in a radius. Requires `requireHoe` to be set to true.", | ||
"rightclickharvest.jamlibconfig.useHunger": "Use Hunger", | ||
"rightclickharvest.jamlibconfig.useHunger.tooltip": "Use hunger when harvesting crops." | ||
} |
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,9 @@ | ||
{ | ||
"rightclickharvest.jamlibconfig.title": "Right Click Harvest 設定", | ||
"rightclickharvest.jamlibconfig.requireHoe": "需要鋤頭", | ||
"rightclickharvest.jamlibconfig.requireHoe.tooltip": "當玩家拿著鋤頭時,僅允許收割特定農作物(例如:小麥、胡蘿蔔)。", | ||
"rightclickharvest.jamlibconfig.harvestInRadius": "範圍收割作物", | ||
"rightclickharvest.jamlibconfig.harvestInRadius.tooltip": "使鋤頭在不同等級下有不同倍數的範圍。需要將「需要鋤頭」的設定打開。", | ||
"rightclickharvest.jamlibconfig.useHunger": "使用飢餓值", | ||
"rightclickharvest.jamlibconfig.useHunger.tooltip": "當收割作物時消耗飢餓值。" | ||
} |