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

Commit

Permalink
mods_feat(RightClickHarvest): 新增右鍵收割 v3.1.0 (#175)
Browse files Browse the repository at this point in the history
* mods_feat(RightClickHarvest): 新增右鍵收割 v3.1.0

* mods_fix(RightClickHarvest): 修正翻譯
  • Loading branch information
xMikux authored Feb 2, 2023
1 parent 4c07e7a commit 93d598b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/rightclickharvest/lang/en_us.json
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."
}
9 changes: 9 additions & 0 deletions assets/rightclickharvest/lang/zh_tw.json
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": "當收割作物時消耗飢餓值。"
}

0 comments on commit 93d598b

Please sign in to comment.