-
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.
- Loading branch information
1 parent
a8865ad
commit 089b2d0
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/src/main/resources/assets/copper_extension/lang/ru_ru.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,10 @@ | ||
{ | ||
"item.copper_extension.exposed_copper_ingot": "Потемневший медный слиток", | ||
"item.copper_extension.weathered_copper_ingot": "Состаренный медный слиток", | ||
"item.copper_extension.oxidized_copper_ingot": "Окисленный медный слиток", | ||
"item.copper_extension.waxed_copper_ingot": "Вощёный медный слиток", | ||
"item.copper_extension.waxed_exposed_copper_ingot": "Вощёный потемневший медный слиток", | ||
"item.copper_extension.waxed_weathered_copper_ingot": "Вощёный состаренный медный слиток", | ||
"item.copper_extension.waxed_oxidized_copper_ingot": "Вощёный окисленный медный слиток", | ||
"gamerule.copperOxidationChance": "Шанс окисления меди" | ||
} |