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 03e95f990..a38dd95ba 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 @@ -445,7 +445,7 @@ private fun items(provider: MatteryLanguageProvider) { add(MItems.ENERGY_SWORD, "Powered Cake Slicer") add(MItems.ENERGY_SWORD, "desc", "Needs power to operate") - add(MItems.ENERGY_SWORD, "desc2", "Deals extra damage to androids when powered") + add(MItems.ENERGY_SWORD, "desc2", "Deals extra damage to androids when empowered") add(MItems.ENERGY_SWORD, "desc3", "Always strikes surrounding enemies with full damage if empowered") add(MItems.ENERGY_SWORD, "desc4", "Does not benefit from Sweeping Edge enchantment")