diff options
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index dd88eb7c5..e352f35a2 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -13647,6 +13647,23 @@ end }, Notes = "Returns true if the biome is mountainous (mutations of the extreme hills biome)." }, + IsBiomeMesa = + { + Params = + { + { + Name = "Biome", + Type = "EMCSBiome", + } + }, + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if the biome is type of Mesa (mutations of the Mesa biome)." + }, IsValidBlock = { Params = |