GoldMod
GoldMod copied to clipboard
I cant launch to the areas that have palladium
Every time I try to launch the launch button does nothing
same here, tomorrow i'll check the code inside the mod and update it
unnlocked by setting following code on serpulo.js inside the mod's zip
const goldMountains = new SectorPreset("goldMountains", Planets.serpulo, 10); goldMountains.captureWave = 30; goldMountains.objectives = Seq.with( new Objectives.SectorComplete(SectorPresets.stainedMountains), new Objectives.Research(Vars.content.getByName(ContentType.block, "goldmod-goldCrucible")), new Objectives.Research(Vars.content.getByName(ContentType.block, "goldmod-goldForge")), new Objectives.Research(Blocks.laserDrill) ); goldMountains.alwaysUnlocked = true;
But no palladium in this map
Need fix this.
I don't think it has been fixed yet.
Modded sectors in Serpulo are fixed after 6 months of idling, and Cori (the only planet with palladium) will come in the future.