Clarify tooltip

This commit is contained in:
DBotThePony 2022-06-29 22:19:25 +07:00
parent 7b94558b40
commit ede335dc3f
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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.desc", "Controls how much items to craft when quickcrafting")
gui("item_monitor.amount.one", "Exactly one item") 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.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")
} }
} }