1
0

Add SetBlockMeta warning in documentation (#4943)

+ Add SetBlockMeta warning in documentation

Co-authored-by: pwnOrbitals <c.de-claverie@pm.me>
This commit is contained in:
[IPSA] Chris de Claverie
2020-10-01 12:38:10 +02:00
committed by GitHub
parent 3917b250b0
commit be841b4769
3 changed files with 9 additions and 5 deletions

View File

@@ -542,6 +542,7 @@ return
only used as a parameter for the {{OnChunkGenerating|OnChunkGenerating}} and
{{OnChunkGenerated|OnChunkGenerated}} hooks and cannot be constructed on its own. Plugins can use this
class in both those hooks to manipulate generated chunks.
Calls to any setter of this class will not trigger simulator updates (lava, water, redstone).
]],
Functions =
{
@@ -1119,7 +1120,7 @@ return
Type = "EMCSBiome",
},
},
Notes = "Sets the biome at the specified relative coords",
Notes = "Sets the biome at the specified relative coords.",
},
SetBlockMeta =
{
@@ -1142,7 +1143,7 @@ return
Type = "number",
},
},
Notes = "Sets the block meta at the specified relative coords",
Notes = "Sets the block meta at the specified relative coords.",
},
SetBlockType =
{