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(NiftyCarts): 新增 NiftyCarts v3.3.1 (#748)
- Loading branch information
1 parent
7371b45
commit fa2b2f3
Showing
2 changed files
with
32 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,16 @@ | ||
{ | ||
"item.niftycarts.supply_cart": "Supply Cart", | ||
"item.niftycarts.plow": "Plow", | ||
"item.niftycarts.animal_cart": "Animal Cart", | ||
"item.niftycarts.wheel": "Wheel", | ||
"entity.niftycarts.supply_cart": "Supply Cart", | ||
"entity.niftycarts.plow": "Plow", | ||
"entity.niftycarts.animal_cart": "Animal Cart", | ||
"entity.niftycarts.postilion": "Postilion", | ||
"key.categories.niftycarts": "NiftyCarts", | ||
"key.niftycarts.desc": "Action Key", | ||
"subtitles.niftycarts.cart.attached": "Cart attaches", | ||
"subtitles.niftycarts.cart.detached": "Cart detaches", | ||
"subtitles.niftycarts.cart.placed": "Cart placed", | ||
"stat.niftycarts.cart_one_cm": "Distance by Cart" | ||
} |
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,16 @@ | ||
{ | ||
"item.niftycarts.supply_cart": "運貨馬車", | ||
"item.niftycarts.plow": "犁", | ||
"item.niftycarts.animal_cart": "動物運送馬車", | ||
"item.niftycarts.wheel": "車輪", | ||
"entity.niftycarts.supply_cart": "運貨馬車", | ||
"entity.niftycarts.plow": "犁", | ||
"entity.niftycarts.animal_cart": "動物運送馬車", | ||
// "entity.niftycarts.postilion": "Postilion", | ||
"key.categories.niftycarts": "NiftyCarts", | ||
"key.niftycarts.desc": "將動物與馬車連接/分離", | ||
"subtitles.niftycarts.cart.attached": "馬車連接", | ||
"subtitles.niftycarts.cart.detached": "馬車分離", | ||
"subtitles.niftycarts.cart.placed": "放置馬車", | ||
"stat.niftycarts.cart_one_cm": "乘坐馬車移動距離" | ||
} |