From 60bcc06f43e0c249204149153976e534b239d138 Mon Sep 17 00:00:00 2001 From: Mat Date: Sat, 4 Apr 2020 14:44:17 +0300 Subject: Implement wither skeletons (#4563) --- Server/Plugins/APIDump/APIDesc.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Server/Plugins') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 69e7cd75b..d71a0ccbe 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9290,6 +9290,10 @@ a_Player:OpenWindow(Window); { Notes = "", }, + mtWitherSkeleton = + { + Notes = "", + }, mtWolf = { Notes = "", @@ -16686,6 +16690,10 @@ end { Notes = "A flag in the metadata of heads that indicates that the head is a zombie head.", }, + E_META_SPAWN_EGG_WITHER_SKELETON = + { + Notes = "" + }, E_META_SPONGE_DRY = { Notes = "A flag in the metadata of sponges that indicates that the sponge is dry.", @@ -16790,6 +16798,10 @@ end { Notes = "Something concerning (i.e. reload) is about to happen", }, + mtWitherSkeleton = + { + Notes = "" + }, hMain = { Notes = "The main hand", @@ -17049,6 +17061,7 @@ end "mtVillager", "mtWitch", "mtWither", + "mtWitherSkeleton", "mtWolf", "mtZombie", "mtZombiePigman", -- cgit v1.2.3