From 47f7727b7f37972374dea1a7e0da67b7aff9782f Mon Sep 17 00:00:00 2001 From: 12xx12 <44411062+12xx12@users.noreply.github.com> Date: Wed, 12 Aug 2020 09:20:38 +0200 Subject: Add enhanced Gold generation in Mesa-Type Biomes (#4821) * added enhanced gold generation in mesa-type-biomes * fixed typo in comment * added enhanced gold generation in mesa biomes - fixed small checkstyle errors Co-authored-by: 12xx12 <12xx12100@gmail.com> --- Server/Plugins/APIDump/APIDesc.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Server/Plugins') 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 = -- cgit v1.2.3