diff options
author | Anthony Zhang <azhang9@gmail.com> | 2012-10-28 16:31:03 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2012-10-28 16:31:03 -0400 |
commit | 2d16152188bea4b71051d11d65eb91eed89bf1c3 (patch) | |
tree | b21380520291626b192f954745342221fad0d95e /mesecons_commandblock/depends.txt | |
parent | 3ae31cd849065eaecf1ecb18f28e37a16ce5d44e (diff) | |
download | mesecons-2d16152188bea4b71051d11d65eb91eed89bf1c3.tar mesecons-2d16152188bea4b71051d11d65eb91eed89bf1c3.tar.gz mesecons-2d16152188bea4b71051d11d65eb91eed89bf1c3.tar.bz2 mesecons-2d16152188bea4b71051d11d65eb91eed89bf1c3.tar.xz mesecons-2d16152188bea4b71051d11d65eb91eed89bf1c3.zip |
Add command block:
* not obtainable legitimately in Survival mode
* found in Creative inventory or using /giveme mesecons_commandblock:commandblock_off
* glows slightly when turned on
* runs a command in the context of the targeted player
* player can be targeted by name, or using the special forms (@nearest, @farthest, @random)
* when powered, runs its command with its parameters
* right click to bring up the configuration screen
* diggable and modifiable only by its owner, the person who placed it
Diffstat (limited to 'mesecons_commandblock/depends.txt')
-rw-r--r-- | mesecons_commandblock/depends.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesecons_commandblock/depends.txt b/mesecons_commandblock/depends.txt new file mode 100644 index 0000000..acaa924 --- /dev/null +++ b/mesecons_commandblock/depends.txt @@ -0,0 +1 @@ +mesecons |