1
0

Change documentation text

This commit is contained in:
Howaner 2014-03-24 20:01:57 +01:00
parent 9ac3e3405a
commit 327b70e769
2 changed files with 4 additions and 4 deletions

View File

@ -2773,8 +2773,8 @@ end
{ {
Include = "^ss.*", Include = "^ss.*",
TextBefore = [[ TextBefore = [[
These constants are used to differentiate the various sources of spreads. They are used in These constants are used to differentiate the various sources of spreads, such as grass growing.
the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook. They are used in the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.
]], ]],
} }
}, },

View File

@ -7,8 +7,8 @@ return
Desc = [[ Desc = [[
This hook is called when a block spreads.</p> This hook is called when a block spreads.</p>
<p> <p>
The explosion carries with it the type of its source - whether it's a creeper exploding, or TNT, The spread carries with it the type of its source - whether it's a block spreads.
etc. It also carries the identification of the actual source. The exact type of the identification It also carries the identification of the actual source. The exact type of the identification
depends on the source kind: depends on the source kind:
<table> <table>
<tr><th>Source</th><th>Notes</th></tr> <tr><th>Source</th><th>Notes</th></tr>