remove unneeded seed from TerraBiomeSource

This commit is contained in:
dfsek
2022-06-05 17:48:12 -07:00
parent ed7bfd2d68
commit 254bc93f93

View File

@@ -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()