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

@ -35,7 +35,8 @@ minetest.register_craftitem("mcl_maps:empty_map", {
minetest.register_craftitem("mcl_maps:filled_map", {
description = S("Map"),
_doc_items_longdesc = S("Maps show your surroundings as you explore the world."),
_doc_items_usagehelp = S("Hold the map in any of the hotbar slots. This allows you to access the minimap by pressing the minimap key ([F9] by default).\nIn Creative Mode, you don't need this item; the minimap is always available."),
_doc_items_usagehelp = S("Hold the map in any of the hotbar slots. This allows you to access the minimap by pressing the minimap key (see controls settings).").."\n"..
S("In Creative Mode, you don't need this item; the minimap is always available."),
groups = { tool = 1 },
inventory_image = "mcl_maps_map_filled.png^(mcl_maps_map_filled_markings.png^[colorize:#000000)",
stack_max = 1,