{
this.settings = configs;
this.world = world;
this.seed = world.getSeed();
this.structureCache = new CustomObjectStructureCache(this);
this.dungeonGen = new WorldGenDungeons();
this.strongholdGen = new StrongholdGen(configs);
this.villageGen = new VillageGen(configs);