add "use" to useage help

This commit is contained in:
Brandon 2020-07-12 11:58:34 -04:00
parent d6e72a9c98
commit 9602e0d8af
1 changed files with 1 additions and 1 deletions

View File

@ -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},