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>
This commit is contained in:
12xx12
2020-08-12 07:20:38 +00:00
committed by GitHub
co-authored by 12xx12
parent 3986059866
commit 47f7727b7f
4 changed files with 65 additions and 0 deletions
+17
View File
@@ -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 =