summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua8
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"