1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-09-27 15:10:17 +02:00
This commit is contained in:
Lone_Wolf 2017-11-03 17:44:30 +00:00 committed by GitHub
commit a202770b91

View File

@ -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