redid focus / added coco's focus

This commit is contained in:
Brian Fopiano
2021-12-25 20:26:31 -08:00
parent 8bbf98979e
commit 07df92d75c
4 changed files with 28 additions and 19 deletions

View File

@@ -161,7 +161,7 @@ public class IrisDimension extends IrisRegistrant {
@RegistryListResource(IrisBiome.class)
@Desc("Keep this either undefined or empty. Setting any biome name into this will force iris to only generate the specified biome. Great for testing.")
private String focus = "";
@RegistryListResource(IrisBiome.class)
@RegistryListResource(IrisRegion.class)
@Desc("Keep this either undefined or empty. Setting any region name into this will force iris to only generate the specified region. Great for testing.")
private String focusRegion = "";
@MinNumber(0.0001)