Removed empty file
This commit is contained in:
parent
0308437eaa
commit
af8e844348
2 changed files with 0 additions and 14 deletions
|
@ -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() {
|
||||
}
|
||||
}
|
|
@ -85,7 +85,6 @@ public class TagManager {
|
|||
public static void ensureStaticallyLoaded() {
|
||||
CommonItemTags.prepareTags();
|
||||
CommonBlockTags.prepareTags();
|
||||
CommonBiomeTags.prepareTags();
|
||||
MineableTags.prepareTags();
|
||||
ToolTags.prepareTags();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue