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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user