Add vanillas Dragon-Immune-Tag
This commit is contained in:
parent
586485fe48
commit
c93a942eee
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue