summaryrefslogtreecommitdiff
path: root/WorldEdit API.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-03-20 17:31:00 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-03-20 17:31:00 -0400
commit65c218c3e2b6fbac804af6b04b633574a64e5d9c (patch)
treeeae5aabdda35bd330972c6fa8d1ba7e4494a693c /WorldEdit API.md
parentd1828affffb332dceb0665753a4b6c1cb151df5b (diff)
Dynamic module loading - you can now delete any file in the worldedit mod except init.lua, and the relevant functionality will simply not be included.
Diffstat (limited to 'WorldEdit API.md')
-rw-r--r--WorldEdit API.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/WorldEdit API.md b/WorldEdit API.md
index 464a719..a69062f 100644
--- a/WorldEdit API.md
+++ b/WorldEdit API.md
@@ -2,6 +2,8 @@ WorldEdit API
=============
The WorldEdit API is composed of multiple modules, each of which is independent and can be used without the other. Each module is contained within a single file.
+If needed, individual modules such as visualization.lua can be removed without affecting the rest of the program. The only file that cannot be removed is init.lua, which is necessary for the mod to run.
+
For more information, see the [README](README.md).
Manipulations