-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad67261
commit 6a6c3e5
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
projects/1.21-fabric/assets/modrinth-handy/handytools/README.md
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,14 @@ | ||
### 总概 | ||
|
||
```mermaid | ||
flowchart LR | ||
1.21.1-fabric | ||
``` | ||
|
||
``` | ||
1.21.1-fabric | ||
``` | ||
|
||
### 链接区域 | ||
|
||
- [1.21.1-fabric](/projects/1.21-fabric/assets/modrinth-handy/handytools) |
12 changes: 12 additions & 0 deletions
12
projects/1.21-fabric/assets/modrinth-handy/handytools/lang/en_us.json
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,12 @@ | ||
{ | ||
"design.handytools.default_tools.machete": "Handy Tools: Machete", | ||
"design.handytools.default_tools.pickaxe": "Handy Tools: Pickaxe", | ||
"design.handytools.default_tools.hammer": "Handy Tools: Hammer", | ||
"design.handytools.default_tools.axe": "Handy Tools: Axe", | ||
"design.handytools.default_tools.shovel": "Handy Tools: Shovel", | ||
"design.handytools.default_tools.hoe": "Handy Tools: Hoe", | ||
"design.handytools.default_tools.sickle": "Handy Tools: Sickle", | ||
"design.handytools.default_tools.pruner": "Handy Tools: Pruner", | ||
"design.handytools.default_tools.lighter": "Handy Tools: Lighter", | ||
"design.handytools.default_tools.matches": "Handy Tools: Matches" | ||
} |
14 changes: 14 additions & 0 deletions
14
projects/1.21-fabric/assets/modrinth-handy/handytools/lang/zh_cn.json
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,14 @@ | ||
{ | ||
"design.handytools.default_tools.machete": "便捷工具:砍刀", | ||
"design.handytools.default_tools.pickaxe": "便捷工具:镐", | ||
"design.handytools.default_tools.hammer": "便捷工具:锤", | ||
"design.handytools.default_tools.axe": "便捷工具:斧", | ||
"design.handytools.default_tools.shovel": "便捷工具:锹", | ||
"design.handytools.default_tools.hoe": "便捷工具:锄", | ||
"design.handytools.default_tools.sickle": "便捷工具:镰刀", | ||
"design.handytools.default_tools.pruner": "便捷工具:修枝剪", | ||
"design.handytools.default_tools.lighter": "便捷工具:打火机", | ||
"design.handytools.default_tools.matches": "便捷工具:火柴", | ||
|
||
"design.handytools.default_tools.spyglass": "便捷工具:望远镜" | ||
} |