Change documentation text
This commit is contained in:
parent
9ac3e3405a
commit
327b70e769
@ -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.
|
||||
]],
|
||||
}
|
||||
},
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user