mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
cloudwand.lua rename
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
39f82c99ca
commit
f79871e5d1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local wea = worldeditadditions
|
||||
|
||||
minetest.register_tool(":worldeditadditions:cloudwand", {
|
||||
description = "WorldEditAdditions far-reaching point cloud selection wand",
|
||||
description = "WorldEditAdditions far-reaching additive selectior wand",
|
||||
inventory_image = "worldeditadditions_cloudwand.png",
|
||||
|
||||
on_place = function(itemstack, player, pointed_thing)
|
||||
|
|
Loading…
Reference in a new issue