diff options
author | Brandon Bohannon <brandon@bremaweb.com> | 2013-02-16 01:07:25 -0600 |
---|---|---|
committer | Brandon Bohannon <brandon@bremaweb.com> | 2013-02-16 01:07:25 -0600 |
commit | c49d6e8ac0d09674276541f885a58344cb0aaf8a (patch) | |
tree | 92ca74644fbed77ea09879818bfe94370af21f84 | |
parent | 35c1ac59d65248834b69c6b34bad857b492b1ac8 (diff) |
item description changes to avoid confusion with 0gb.us' mod
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ minetest.register_chatcommand("mayedit", { function landrush.regester_claimnode(node, image) local claimnode = minetest.get_current_modname()..":"..node minetest.register_node(claimnode, { - description = "Land Claim", + description = "Land Rush Land Claim", tiles = {image}, groups = {oddly_breakable_by_hand=2,not_in_creative_inventory=1}, on_place = function(itemstack, placer, pointed_thing) |