Added a WorldEdit wand item that can be used to select areas with worldedit.

This commit is contained in:
Joseph Pickard
2016-01-17 13:27:33 -05:00
committed by sfan5
parent 2bd4d6fa8f
commit 47712844a3
3 changed files with 52 additions and 0 deletions

View File

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