From 65c218c3e2b6fbac804af6b04b633574a64e5d9c Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 20 Mar 2013 17:31:00 -0400 Subject: 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. --- WorldEdit API.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WorldEdit API.md') 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 -- cgit v1.2.3