diff options
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index c3338b442..cdd724b14 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -15493,6 +15493,10 @@ end { Notes = "The player has swapped their held item with the item in their offhand slot (1.9)", }, + E_META_BIG_FLOWER_TOP = + { + Notes = "The metadata of a big flower block that indicates it is the top block.", + }, E_META_CONCRETE_BLACK = { Notes = "A flag in the metadata of concete that indicates that the concrete is black.", |