Rename items from markers mod to make it more clear what they do.

master
Craig 2014-04-22 14:54:34 +01:00
parent 593bfb1bf7
commit 1f57ef5c52
3 changed files with 3 additions and 3 deletions

View File

@ -566,7 +566,7 @@ minetest.register_on_player_receive_fields( markers.form_input_handler)
minetest.register_node("markers:mark", {
description = "Marker",
description = "Area Marker (Used for protecting areas)",
tiles = {"markers_mark.png"},
drawtype = "nodebox",
paramtype = "light",

View File

@ -2,7 +2,7 @@
minetest.register_tool( "markers:land_title_register",
{
description = "Land title register. Left-click with it to get information about who owns the land you clicked on.",
description = "Area Edit Book (Used for editing protected areas)",
groups = {},
inventory_image = "default_book.png", -- TODO
wield_image = "",

View File

@ -1,6 +1,6 @@
minetest.register_node("markers:stone", {
description = "Boundary marker for land administration",
description = "Area Edit Stone (Used for editing protected areas)",
tiles = {"markers_stone.png", "markers_stone.png", "markers_stone_side.png",
"markers_stone_side.png", "markers_stone_side.png", "markers_stone_side.png" },
-- no facedir here - we want a fixed north indication!