Merge branch '1.18' of github.com-quiqueck:paulevsGitch/BCLib into 1.18
This commit is contained in:
commit
64c3d90458
7 changed files with 26 additions and 4 deletions
|
@ -50,6 +50,7 @@ public class BCLibEndBiomeSource extends BiomeSource {
|
|||
public BCLibEndBiomeSource(Registry<Biome> biomeRegistry, long seed) {
|
||||
super(getBiomes(biomeRegistry));
|
||||
|
||||
BiomeAPI.initRegistry(biomeRegistry);
|
||||
BiomeAPI.END_LAND_BIOME_PICKER.clearMutables();
|
||||
BiomeAPI.END_VOID_BIOME_PICKER.clearMutables();
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ public class BCLibNetherBiomeSource extends BiomeSource {
|
|||
public BCLibNetherBiomeSource(Registry<Biome> biomeRegistry, long seed) {
|
||||
super(getBiomes(biomeRegistry));
|
||||
|
||||
BiomeAPI.initRegistry(biomeRegistry);
|
||||
BiomeAPI.NETHER_BIOME_PICKER.clearMutables();
|
||||
|
||||
this.possibleBiomes().forEach(biome -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue