[Change] Added old End Biome-tag

This commit is contained in:
Frank 2022-07-03 12:54:42 +02:00
parent 3e81071b96
commit 102db44595
3 changed files with 4 additions and 9 deletions

View file

@ -5,6 +5,7 @@ import net.minecraft.world.level.biome.Biome;
public class CommonBiomeTags {
public static final TagKey<Biome> IN_NETHER = TagManager.BIOMES.makeCommonTag("in_nether");
public static final TagKey<Biome> IN_END = TagManager.BIOMES.makeCommonTag("in_end");
static void prepareTags() {
}