mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
map
This commit is contained in:
parent
5d826e5450
commit
694ba7f079
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ minetest.after(5.3, cyclic_update)
|
|||
-- Mapping kit item
|
||||
|
||||
minetest.register_craftitem("map:mapping_kit", {
|
||||
description = S("Mapping Kit\nUse with 'Minimap' key"),
|
||||
description = S("Mapping Kit") .. "\n" .. S("Use with 'Minimap' key"),
|
||||
inventory_image = "map_mapping_kit.png",
|
||||
stack_max = 1,
|
||||
groups = {flammable = 3},
|
||||
|
|
Loading…
Add table
Reference in a new issue