Make many help texts translatable and fix bugs

This commit is contained in:
Wuzzy 2019-03-25 12:05:57 +01:00
parent c5db9987c3
commit 967905264d
36 changed files with 72 additions and 50 deletions

View file

@ -98,7 +98,7 @@ minetest.register_node("mcl_nether:nether_wart", {
minetest.register_craftitem("mcl_nether:nether_wart_item", {
description = S("Nether Wart"),
_doc_items_longdesc = S("Nether warts are plants home to the Nether. They can be planted on soul sand and grow in 4 stages."),
_doc_items_usagehelp = "Place this item on soul sand to plant it and watch it grow.",
_doc_items_usagehelp = S("Place this item on soul sand to plant it and watch it grow."),
inventory_image = "mcl_nether_nether_wart.png",
wield_image = "mcl_nether_nether_wart.png",
on_place = function(itemstack, placer, pointed_thing)