1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-10-17 08:05:30 +02:00

Fix wand tool description

This commit is contained in:
sfan5
2025-09-24 21:36:16 +02:00
parent 08ab19fcbb
commit be2a3d6ca7
4 changed files with 7 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ end
local punched_air_time = {}
minetest.register_tool(":worldedit:wand", {
description = S("WorldEdit Wand tool\nLeft-click to set 1st position, right-click to set 2nd"),
description = S("WorldEdit Wand tool") .. "\n" .. S("Left-click to set 1st position, right-click to set 2nd"),
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