Removed empty file

This commit is contained in:
Frank 2022-12-04 22:13:57 +01:00
parent 0308437eaa
commit af8e844348
2 changed files with 0 additions and 14 deletions

View file

@ -1,13 +0,0 @@
package org.betterx.worlds.together.tag.v3;
import net.minecraft.tags.BiomeTags;
import net.minecraft.tags.TagKey;
import net.minecraft.world.level.biome.Biome;
public class CommonBiomeTags {
public static final TagKey<Biome> IN_NETHER = BiomeTags.IS_NETHER;//TagManager.BIOMES.makeCommonTag("in_nether");
public static final TagKey<Biome> IN_END = BiomeTags.IS_END; //TagManager.BIOMES.makeCommonTag("in_end");
static void prepareTags() {
}
}

View file

@ -85,7 +85,6 @@ public class TagManager {
public static void ensureStaticallyLoaded() {
CommonItemTags.prepareTags();
CommonBlockTags.prepareTags();
CommonBiomeTags.prepareTags();
MineableTags.prepareTags();
ToolTags.prepareTags();
}