summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
author12xx12 <44411062+12xx12@users.noreply.github.com>2020-08-12 09:20:38 +0200
committerGitHub <noreply@github.com>2020-08-12 09:20:38 +0200
commit47f7727b7f37972374dea1a7e0da67b7aff9782f (patch)
tree00232ee86a5bd4016bf1a77b97af1e52e6dc7ffd /Server
parentRemove BountySource from funding sources (diff)
downloadcuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar.gz
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar.bz2
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar.lz
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar.xz
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.tar.zst
cuberite-47f7727b7f37972374dea1a7e0da67b7aff9782f.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua17
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 =