diff options
author | Mattes D <github@xoft.cz> | 2019-08-05 01:43:54 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2019-08-05 21:42:54 +0200 |
commit | 8212f163b5429973cc63eb4c8b0073b342f09914 (patch) | |
tree | c4c332bdef7c31063f256e4564ff73681d53c2c5 /Server/Plugins/APIDump/APIDesc.lua | |
parent | BlockTypeRegistry: Added hint manipulation (diff) | |
download | cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.gz cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.bz2 cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.lz cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.xz cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.zst cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 2bd47cbf5..9cf43c6a3 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -15302,6 +15302,10 @@ end { Notes = "The blocktype for tall grass" }, + E_BLOCK_TERRACOTTA = + { + Notes = "The blocktype for terracotta (synonym for E_BLOCK_STAINED_CLAY)", + }, E_BLOCK_TNT = { Notes = "The blocktype for tnt" @@ -15326,6 +15330,10 @@ end { Notes = "The blocktype for tripwire hook" }, + E_BLOCK_UNFINISHED = + { + Notes = "Internal blocktype for unfinished block handlers", + }, E_BLOCK_VINES = { Notes = "The blocktype for vines" |