From 1e4769873d9f515e7999a2f2c33f2a9901f7fcd2 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 10 Feb 2025 14:46:09 +0700 Subject: [PATCH] Improve ambiguous wording in energy counter description --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/lang/English.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6088d4a65..95874383a 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 @@ -601,7 +601,7 @@ private fun blocks(provider: MatteryLanguageProvider) { add(MBlocks.TRITANIUM_INGOT_BLOCK, "Tritanium Plating Block") addBlock(MBlocks.ENERGY_COUNTER.values, "Energy Counter") - addBlock(MBlocks.ENERGY_COUNTER.values, "desc", "Restricts energy flow;") + addBlock(MBlocks.ENERGY_COUNTER.values, "desc", "Restricts energy flow direction;") addBlock(MBlocks.ENERGY_COUNTER.values, "desc2", "Allows to limit energy throughput;") addBlock(MBlocks.ENERGY_COUNTER.values, "desc3", "Collects statistics of passed energy;") addBlock(MBlocks.ENERGY_COUNTER.values, "desc4", "Displays flow activity on its monitor")