From 8212f163b5429973cc63eb4c8b0073b342f09914 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 5 Aug 2019 01:43:54 +0200 Subject: Register vanilla blocks in BlockTypeRegistry. --- Server/Plugins/APIDump/APIDesc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Server') 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" -- cgit v1.2.3