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 2c0998d08..906ed79b6 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 @@ -415,7 +415,7 @@ private fun gui(provider: MatteryLanguageProvider) { gui("item_monitor.amount.desc", "Controls how much items to craft when quickcrafting") gui("item_monitor.amount.one", "Exactly one item") gui("item_monitor.amount.stack", "Exactly one stack. This is the behavior you see in AE2 and Refined Storage") - gui("item_monitor.amount.full", "Stack of inputs. Craft until reaching stack size of one of inputs. If at least one of inputs is not stackable then 'one stack' mode is used") + gui("item_monitor.amount.full", "Stack of ingredients. Craft until reaching stack size of one of ingredients. If at least one of inputs is not stackable then 'one stack' mode is used instead") } }