diff options
author | [IPSA] Chris de Claverie <c.de-claverie@protonmail.com> | 2020-10-01 12:38:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:38:10 +0200 |
commit | be841b4769cac98a932148bcdf6013f2dcac4ea2 (patch) | |
tree | 1380521e9145440f9fbeee31c4528fd1a65be431 /Server/Plugins/APIDump/Classes/World.lua | |
parent | Revert travis changes (diff) | |
download | cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.gz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.bz2 cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.lz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.xz cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.tar.zst cuberite-be841b4769cac98a932148bcdf6013f2dcac4ea2.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes/World.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/World.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/Classes/World.lua b/Server/Plugins/APIDump/Classes/World.lua index 62e53ace6..b86a84e71 100644 --- a/Server/Plugins/APIDump/Classes/World.lua +++ b/Server/Plugins/APIDump/Classes/World.lua @@ -2802,7 +2802,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i Type = "number", }, }, - Notes = "Sets the meta for the block at the specified coords.", + Notes = "Sets the meta for the block at the specified coords. Any call to SetBlockMeta will not generate a simulator update (water, lava, redstone), consider using SetBlock instead.", }, { Params = @@ -2816,7 +2816,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i Type = "number", }, }, - Notes = "Sets the meta for the block at the specified coords.", + Notes = "Sets the meta for the block at the specified coords. Any call to SetBlockMeta will not generate a simulator update (water, lava, redstone), consider using SetBlock instead.", }, }, SetChunkAlwaysTicked = |