diff options
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 13 |
1 files changed, 13 insertions, 0 deletions
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", |