[Change] Change handling of End Biomes once more. (EndSource will consider Barrens and MainIsland biomes as well now)
This commit is contained in:
parent
e411dc10d9
commit
e35fe997c1
15 changed files with 714 additions and 334 deletions
|
@ -3,7 +3,7 @@ package org.betterx.bclib.interfaces;
|
|||
import net.minecraft.resources.ResourceKey;
|
||||
import net.minecraft.world.level.biome.Biome;
|
||||
|
||||
public interface TheEndBiomeDataAccessor {
|
||||
public interface TheEndBiomesAccessor {
|
||||
boolean bcl_canGenerateAsEndBiome(ResourceKey<Biome> key);
|
||||
|
||||
boolean bcl_canGenerateAsEndMidlandBiome(ResourceKey<Biome> key);
|
Loading…
Add table
Add a link
Reference in a new issue