From 089b2d023a76add1d1f5459ac112af1d2a794325 Mon Sep 17 00:00:00 2001 From: Alexander317 <139920415+Alexander317@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:44:10 +0300 Subject: [PATCH] Add ru_ru.json (Russian) --- .../resources/assets/copper_extension/lang/ru_ru.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/src/main/resources/assets/copper_extension/lang/ru_ru.json diff --git a/common/src/main/resources/assets/copper_extension/lang/ru_ru.json b/common/src/main/resources/assets/copper_extension/lang/ru_ru.json new file mode 100644 index 0000000..7ba767f --- /dev/null +++ b/common/src/main/resources/assets/copper_extension/lang/ru_ru.json @@ -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": "Шанс окисления меди" +} \ No newline at end of file