mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
remove unneeded seed from TerraBiomeSource
This commit is contained in:
@@ -44,8 +44,6 @@ public class TerraBiomeSource extends BiomeSource {
|
||||
private final Registry<net.minecraft.world.biome.Biome> biomeRegistry;
|
||||
private ConfigPack pack;
|
||||
|
||||
private final Object2LongMap<MultiNoiseSampler> noiseToSeed = new Object2LongOpenHashMap<>();
|
||||
|
||||
public TerraBiomeSource(Registry<net.minecraft.world.biome.Biome> biomes, ConfigPack pack) {
|
||||
super(StreamSupport
|
||||
.stream(pack.getBiomeProvider()
|
||||
|
||||
Reference in New Issue
Block a user