From ede335dc3f1fc609e89fc79bfc4541cbaccaf1e2 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 29 Jun 2022 22:19:25 +0700 Subject: [PATCH] Clarify tooltip --- 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 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") } }