mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +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 final Registry<net.minecraft.world.biome.Biome> biomeRegistry;
|
||||||
private ConfigPack pack;
|
private ConfigPack pack;
|
||||||
|
|
||||||
private final Object2LongMap<MultiNoiseSampler> noiseToSeed = new Object2LongOpenHashMap<>();
|
|
||||||
|
|
||||||
public TerraBiomeSource(Registry<net.minecraft.world.biome.Biome> biomes, ConfigPack pack) {
|
public TerraBiomeSource(Registry<net.minecraft.world.biome.Biome> biomes, ConfigPack pack) {
|
||||||
super(StreamSupport
|
super(StreamSupport
|
||||||
.stream(pack.getBiomeProvider()
|
.stream(pack.getBiomeProvider()
|
||||||
|
|||||||
Reference in New Issue
Block a user