Add vanillas Dragon-Immune-Tag

This commit is contained in:
Frank 2022-06-19 23:31:41 +02:00
parent 586485fe48
commit c93a942eee

View file

@ -35,6 +35,8 @@ public class CommonBlockTags {
public static final TagKey<Block> NETHER_TERRAIN = TagAPI.makeCommonBlockTag("nether_terrain"); public static final TagKey<Block> NETHER_TERRAIN = TagAPI.makeCommonBlockTag("nether_terrain");
static { static {
TagAPI.BLOCKS.addOtherTags(DRAGON_IMMUNE, BlockTags.DRAGON_IMMUNE);
TagAPI.BLOCKS.add(END_STONES, Blocks.END_STONE); TagAPI.BLOCKS.add(END_STONES, Blocks.END_STONE);
TagAPI.BLOCKS.addOtherTags(NETHER_STONES, BlockTags.BASE_STONE_NETHER); TagAPI.BLOCKS.addOtherTags(NETHER_STONES, BlockTags.BASE_STONE_NETHER);