From 5efa2aab1981e74d99603c05a202070be77f8336 Mon Sep 17 00:00:00 2001 From: Lone_Wolf Date: Fri, 3 Nov 2017 10:42:17 -0700 Subject: [PATCH] Increase wand's range --- worldedit_commands/wand.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/worldedit_commands/wand.lua b/worldedit_commands/wand.lua index 0780801..75661c3 100644 --- a/worldedit_commands/wand.lua +++ b/worldedit_commands/wand.lua @@ -1,5 +1,6 @@ minetest.register_tool(":worldedit:wand", { description = "WorldEdit Wand tool, Left-click to set 1st position, right-click to set 2nd", + range = 100, inventory_image = "worldedit_wand.png", stack_max = 1, -- there is no need to have more than one liquids_pointable = true, -- ground with only water on can be selected as well