From c67add64e60cb7126f9bfc6c767ee70440dff66e Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 13 Mar 2023 19:05:03 +0700 Subject: [PATCH] Add missing essence storage description --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt | 1 + src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/Russian.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt index 9391e8d34..2e8e1c4ec 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt @@ -363,6 +363,7 @@ private fun blocks(provider: MatteryLanguageProvider) { add(MBlocks.BLACK_HOLE, "Local Anomalous Singular Gravitation Field") add(MBlocks.COBBLESTONE_GENERATOR, "Cobblestone Generator") add(MBlocks.ESSENCE_STORAGE, "Essence Storage") + add(MBlocks.ESSENCE_STORAGE, "desc", "Allows to store and retrieve experience levels") add(MBlocks.ENGINE, "Ship Engine") add(MBlocks.HOLO_SIGN, "Holo Sign") diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/Russian.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/Russian.kt index e385cdf2e..451628da2 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/Russian.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/Russian.kt @@ -370,6 +370,7 @@ private fun blocks(provider: MatteryLanguageProvider) { add(MBlocks.BLACK_HOLE, "Локализированное аномальное сингулярное гравитационное поле") add(MBlocks.COBBLESTONE_GENERATOR, "Генератор булыжника") add(MBlocks.ESSENCE_STORAGE, "Хранилище эссенции") + add(MBlocks.ESSENCE_STORAGE, "desc", "Позволяет хранить очки опыта") add(MBlocks.ENGINE, "Двигатель корабля") add(MBlocks.HOLO_SIGN, "Голографическая табличка")