diff options
author | Anthony Zhang <azhang9@gmail.com> | 2012-10-13 21:45:50 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2012-10-13 21:45:50 -0400 |
commit | 1c31bd7f0d78447ea35e195b59fc1b2577ebaf18 (patch) | |
tree | 812a403a693caf557da16404d560afa8d3cd366b /worldedit_commands/depends.txt | |
parent | 12dfbd198d117b9d76e86a056f79b7276e8db0a6 (diff) |
Separate components into separate mods, add visualization API with hide(), suppress(), find(), and restore() for nondestructive node visualization. Corresponding chat commands are //hide, //suppress, //find, and //restore. Commands and functions documented.
Diffstat (limited to 'worldedit_commands/depends.txt')
-rw-r--r-- | worldedit_commands/depends.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit_commands/depends.txt b/worldedit_commands/depends.txt new file mode 100644 index 0000000..df8caff --- /dev/null +++ b/worldedit_commands/depends.txt @@ -0,0 +1 @@ +worldedit
\ No newline at end of file |