diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-24 20:01:57 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-27 23:20:28 +0100 |
commit | 327b70e769bd3bb826320027a1b7d56f6e386a6b (patch) | |
tree | ec18eefdbcf9499e1894c094f5301fabcf03f729 /MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua | |
parent | Change SpreadSource documentation (diff) | |
download | cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar.gz cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar.bz2 cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar.lz cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar.xz cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.tar.zst cuberite-327b70e769bd3bb826320027a1b7d56f6e386a6b.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua b/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua index a2f7d7ef9..ed0b5f46f 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua @@ -7,8 +7,8 @@ return Desc = [[ This hook is called when a block spreads.</p> <p> - The explosion carries with it the type of its source - whether it's a creeper exploding, or TNT, - etc. It also carries the identification of the actual source. The exact type of the identification + The spread carries with it the type of its source - whether it's a block spreads. + It also carries the identification of the actual source. The exact type of the identification depends on the source kind: <table> <tr><th>Source</th><th>Notes</th></tr> |