From 9602e0d8afab825aa3eef7c4400e2e1d523375fd Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 12 Jul 2020 11:58:34 -0400 Subject: [PATCH] add "use" to useage help --- mods/ITEMS/mcl_potions/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_potions/init.lua b/mods/ITEMS/mcl_potions/init.lua index d1757a8f..42f53b65 100644 --- a/mods/ITEMS/mcl_potions/init.lua +++ b/mods/ITEMS/mcl_potions/init.lua @@ -45,7 +45,7 @@ minetest.register_craftitem("mcl_potions:glass_bottle", { description = S("Glass Bottle"), _tt_help = S("Liquid container"), _doc_items_longdesc = S("A glass bottle is used as a container for liquids and can be used to collect water directly."), - _doc_items_usagehelp = S("To collect water, it on a cauldron with water (which removes a level of water) or any water source (which removes no water)."), + _doc_items_usagehelp = S("To collect water, use it on a cauldron with water (which removes a level of water) or any water source (which removes no water)."), inventory_image = "mcl_potions_potion_bottle.png", wield_image = "mcl_potions_potion_bottle.png", groups = {brewitem=1},