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.*",
TextBefore = [[
These constants are used to differentiate the various sources of spreads. They are used in
the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.
These constants are used to differentiate the various sources of spreads, such as grass growing.
They are used in the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.
]],
}
},

View File

@ -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>