SPIGOT-7051: Worldgen API does not run vanilla noise generation when shouldGenerateNoise is true
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -92,6 +92,10 @@ public class CustomChunkGenerator extends InternalChunkGenerator {
|
||||
this.generator = generator;
|
||||
}
|
||||
|
||||
public net.minecraft.world.level.chunk.ChunkGenerator getDelegate() {
|
||||
return delegate;
|
||||
}
|
||||
|
||||
private static SeededRandom getSeededRandom() {
|
||||
return new SeededRandom(new LegacyRandomSource(0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user