[Change] Change handling of End Biomes once more. (EndSource will consider Barrens and MainIsland biomes as well now)

This commit is contained in:
Frank 2022-07-02 14:33:52 +02:00
parent e411dc10d9
commit e35fe997c1
15 changed files with 714 additions and 334 deletions

View file

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