diff options
author | madmaxoft <github@xoft.cz> | 2013-09-11 21:22:10 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-11 21:22:26 +0200 |
commit | f845c1f72c3e25d0c6b9886c90cc26e02aa9539e (patch) | |
tree | 0d5cfe1cddd6b5b039fe8a0e77c3b10919e48472 /MCServer/Plugins | |
parent | APIDump: Initial implementation of wiki-to-lua conversion (diff) | |
download | cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.gz cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.bz2 cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.lz cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.xz cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.zst cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 44981fdd7..dad123ed6 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -48,6 +48,10 @@ g_APIDesc = CopyTo = { Params = "{{cBlockArea|BlockAreaDst}}", Notes = "Copies contents from self into BlockAreaDst"}, GetBlockLight = { Params = "BlockX, BlockY, BlockZ", Return = "NIBBLETYPE", Notes = "Returns the blocklight at the specified absolute coords"}, }, + Constants = + { + baTypes = { Notes = "Operation should work on block types" }, + }, }, cBlockEntity = |