9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

"A Biome" changed to be more desctiptive

This commit is contained in:
Brian Neumann-Fopiano
2022-11-30 08:55:05 -08:00
parent af1a03cb67
commit 7d994e27e3

View File

@@ -77,7 +77,7 @@ public class IrisBiome extends IrisRegistrant implements IRare {
@MinNumber(2)
@Required
@Desc("This is the human readable name for this biome. This can and should be different than the file name. This is not used for loading biomes in other objects.")
private String name = "A Biome";
private String name = "Subterranean Land";
@ArrayType(min = 1, type = IrisBiomeCustom.class)
@Desc("If the biome type custom is defined, specify this")
private KList<IrisBiomeCustom> customDerivitives;