German transl.: mcl_fishing to mcl_maps + fixes

This commit is contained in:
Wuzzy 2019-03-15 06:12:03 +01:00
parent 86e5eb748f
commit 77ab44217a
30 changed files with 174 additions and 39 deletions

View file

@ -292,7 +292,9 @@ end
minetest.register_node("mcl_furnaces:furnace", {
description = S("Furnace"),
_doc_items_longdesc = S("Furnaces cook or smelt several items, using a furnace fuel, into something else."),
_doc_items_usagehelp = S("Right-click the furnace to view it. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the output slot at the right side."),
_doc_items_usagehelp =
S("Use the furnace to open the furnace menu. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the output slot at the right side.").."\n"..
S("Use the recipe book to see what you can smelt, what you can use as fuel and how long it will burn."),
_doc_items_hidden = false,
tiles = {
"default_furnace_top.png", "default_furnace_bottom.png",