Improve ambiguous wording in energy counter description

This commit is contained in:
DBotThePony 2025-02-10 14:46:09 +07:00
parent c87ec56307
commit 1e4769873d
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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")