forked from CFPAOrg/Minecraft-Mod-Language-Package
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CFPAOrg:main' into main
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
projects/1.18-fabric/assets/teenycoal/teenycoal/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,11 @@ | ||
{ | ||
"block.teenycoal.teeny_torch": "Teeny Torch", | ||
"block.teenycoal.teeny_redstone_torch": "Teeny Redstone Torch", | ||
"block.teenycoal.teeny_soul_torch": "Teeny Soul Torch", | ||
"item.teenycoal.teeny_coal": "Teeny Coal", | ||
"item.teenycoal.teeny_charcoal": "Teeny Charcoal", | ||
"item.teenycoal.teeny_stick": "Teeny Stick", | ||
"item.teenycoal.soul_dust": "Soul Dust", | ||
"item.teenycoal.teeny_redstone_dust": "Teeny Redstone Dust", | ||
"itemGroup.teenycoal.general": "Teeny Coal" | ||
} |
11 changes: 11 additions & 0 deletions
11
projects/1.18-fabric/assets/teenycoal/teenycoal/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,11 @@ | ||
{ | ||
"block.teenycoal.teeny_torch": "小型火把", | ||
"block.teenycoal.teeny_redstone_torch": "小型红石火把", | ||
"block.teenycoal.teeny_soul_torch": "小型灵魂火把", | ||
"item.teenycoal.teeny_coal": "小块煤炭", | ||
"item.teenycoal.teeny_charcoal": "小块木炭", | ||
"item.teenycoal.teeny_stick": "小型木棍", | ||
"item.teenycoal.soul_dust": "灵魂粉", | ||
"item.teenycoal.teeny_redstone_dust": "小型红石粉", | ||
"itemGroup.teenycoal.general": "小块煤炭" | ||
} |