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