mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Jigsaw structure registry with biomes
This commit is contained in:
parent
2cd9a25791
commit
9fe9c2a9dd
@ -130,6 +130,11 @@ public class IrisBiome extends IrisRegistrant implements IRare
|
|||||||
@Desc("List any biome names (file names without.json) here as children. Portions of this biome can sometimes morph into their children. Iris supports cyclic relationships such as A > B > A > B. Iris will stop checking 9 biomes down the tree.")
|
@Desc("List any biome names (file names without.json) here as children. Portions of this biome can sometimes morph into their children. Iris supports cyclic relationships such as A > B > A > B. Iris will stop checking 9 biomes down the tree.")
|
||||||
private KList<String> children = new KList<>();
|
private KList<String> children = new KList<>();
|
||||||
|
|
||||||
|
@ArrayType(min = 1, type = IrisJigsawStructurePlacement.class)
|
||||||
|
@DontObfuscate
|
||||||
|
@Desc("Jigsaw structures")
|
||||||
|
private KList<IrisJigsawStructurePlacement> jigsaw = new KList<>();
|
||||||
|
|
||||||
@RegistryListBiome
|
@RegistryListBiome
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
@Desc("The carving biome. If specified the biome will be used when under a carving instead of this current biome.")
|
@Desc("The carving biome. If specified the biome will be used when under a carving instead of this current biome.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user