mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 08:38:51 +00:00
completely redo biome loading
This commit is contained in:
@@ -34,7 +34,7 @@ public class TerraBiomeSource extends BiomeSource {
|
||||
super(biomes.stream().collect(Collectors.toList()));
|
||||
this.biomeRegistry = biomes;
|
||||
this.seed = seed;
|
||||
this.grid = pack.getTemplate().getProviderBuilder().build(seed);
|
||||
this.grid = pack.getBiomeProviderBuilder().build(seed);
|
||||
this.pack = pack;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user