diff options
author | Joseph Pickard <pickardjoe@gmail.com> | 2016-01-17 13:27:33 -0500 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2016-01-22 22:24:17 +0100 |
commit | 47712844a3f2551aedfa9e39cc3a8cc06e01993e (patch) | |
tree | 8ee721d1a2e1c58cfd80303e50f67ac497a81731 /worldedit/init.lua | |
parent | 2bd4d6fa8fc4890ec8f6043adf23690d26804d39 (diff) |
Added a WorldEdit wand item that can be used to select areas with worldedit.
Diffstat (limited to 'worldedit/init.lua')
-rw-r--r-- | worldedit/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit/init.lua b/worldedit/init.lua index e193454..ec6e99d 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -36,6 +36,7 @@ load_module(path .. "/visualization.lua") load_module(path .. "/serialization.lua")
load_module(path .. "/code.lua")
load_module(path .. "/compatibility.lua")
+load_module(path .. "/wand.lua")
if minetest.setting_getbool("log_mods") then
|