diff options
author | 12xx12 <44411062+12xx12@users.noreply.github.com> | 2020-11-23 00:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 00:41:13 +0100 |
commit | e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2 (patch) | |
tree | 3ed498478eabe7aa01b54f85d8ec9c2bc821fe66 /Server/Plugins/APIDump | |
parent | Add coloured glass pane recipes (#5032) (diff) | |
download | cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar.gz cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar.bz2 cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar.lz cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar.xz cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.tar.zst cuberite-e35519ec8ab1b958408ab2a90b88dffc1bcc7fb2.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 3b46577de..23167dec4 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -17022,10 +17022,18 @@ end { Notes = "", }, + mtCat = + { + Notes = "", + }, mtChicken = { Notes = "", }, + mtCod = + { + Notes = "", + }, mtCow = { Notes = "", @@ -17034,6 +17042,22 @@ end { Notes = "", }, + mtDolphin = + { + Notes = "", + }, + mtDonkey = + { + Notes = "", + }, + mtDrowned = + { + Notes = "", + }, + mtElderGuardian = + { + Notes = "", + }, mtEnderDragon = { Notes = "", @@ -17042,6 +17066,18 @@ end { Notes = "", }, + mtEndermite = + { + Notes = "", + }, + mtEvoker = + { + Notes = "", + }, + mtFox = + { + Notes = "", + }, mtGhast = { Notes = "", @@ -17050,10 +17086,22 @@ end { Notes = "", }, + mtHoglin = + { + Notes = "", + }, mtHorse = { Notes = "", }, + mtHusk = + { + Notes = "", + }, + mtIllusioner = + { + Notes = "", + }, mtInvalidType = { Notes = "Invalid monster type. Returned when monster type not recognized", @@ -17062,6 +17110,10 @@ end { Notes = "", }, + mtLlama = + { + Notes = "", + }, mtMagmaCube = { Notes = "", @@ -17070,18 +17122,66 @@ end { Notes = "", }, + mtMule = + { + Notes = "", + }, mtOcelot = { Notes = "", }, + mtPanda = + { + Notes = "", + }, + mtParrot = + { + Notes = "", + }, + mtPhantom = + { + Notes = "", + }, mtPig = { Notes = "", }, + mtPiglin = + { + Notes = "", + }, + mtPiglinBrute = + { + Notes = "", + }, + mtPillager = + { + Notes = "", + }, + mtPolarBear = + { + Notes = "", + }, + mtPufferfish = + { + Notes = "", + }, + mtRavager = + { + Notes = "", + }, + mtSalmon = + { + Notes = "", + }, mtSheep = { Notes = "", }, + mtShulker = + { + Notes = "", + }, mtSilverfish = { Notes = "", @@ -17090,10 +17190,22 @@ end { Notes = "", }, + mtSkeletonHorse = + { + Notes = "", + }, mtSlime = { Notes = "", }, + mtStray = + { + Notes = "", + }, + mtStrider = + { + Notes = "", + }, mtSnowGolem = { Notes = "", @@ -17106,10 +17218,34 @@ end { Notes = "", }, + mtTraderLlama = + { + Notes = "", + }, + mtTropicalFish = + { + Notes = "", + }, + mtTurtle = + { + Notes = "", + }, + mtVex = + { + Notes = "", + }, mtVillager = { Notes = "", }, + mtVindicator = + { + Notes = "", + }, + mtWanderingTrader = + { + Notes = "", + }, mtWitch = { Notes = "", @@ -17126,14 +17262,26 @@ end { Notes = "", }, + mtZoglin = + { + Notes = "", + }, mtZombie = { Notes = "", }, + mtZombieHorse = + { + Notes = "", + }, mtZombiePigman = { Notes = "", }, + mtZombifiedPiglin = + { + Notes = "", + }, mtZombieVillager = { Notes = "", |