Added missing Tags
This commit is contained in:
parent
14fcb93e3b
commit
c3e2c74283
4 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@ public class CommonBlockTags {
|
||||||
public static final TagNamed<Block> BOOKSHELVES = TagAPI.makeCommonBlockTag("bookshelves");
|
public static final TagNamed<Block> BOOKSHELVES = TagAPI.makeCommonBlockTag("bookshelves");
|
||||||
public static final TagNamed<Block> CHEST = TagAPI.makeCommonBlockTag("chest");
|
public static final TagNamed<Block> CHEST = TagAPI.makeCommonBlockTag("chest");
|
||||||
public static final TagNamed<Block> END_STONES = TagAPI.makeCommonBlockTag("end_stones");
|
public static final TagNamed<Block> END_STONES = TagAPI.makeCommonBlockTag("end_stones");
|
||||||
|
public static final TagNamed<Block> GEN_END_STONES = END_STONES;
|
||||||
public static final TagNamed<Block> IMMOBILE = TagAPI.makeCommonBlockTag("immobile");
|
public static final TagNamed<Block> IMMOBILE = TagAPI.makeCommonBlockTag("immobile");
|
||||||
public static final TagNamed<Block> LEAVES = TagAPI.makeCommonBlockTag("leaves");
|
public static final TagNamed<Block> LEAVES = TagAPI.makeCommonBlockTag("leaves");
|
||||||
public static final TagNamed<Block> NETHERRACK = TagAPI.makeCommonBlockTag("netherrack");
|
public static final TagNamed<Block> NETHERRACK = TagAPI.makeCommonBlockTag("netherrack");
|
||||||
|
|
|
@ -32,4 +32,6 @@ public class NamedBlockTags {
|
||||||
public static final TagLocation<Block> WOODEN_TRAPDOORS = new TagLocation<>("wooden_trapdoors");
|
public static final TagLocation<Block> WOODEN_TRAPDOORS = new TagLocation<>("wooden_trapdoors");
|
||||||
public static final TagLocation<Block> SOUL_FIRE_BASE_BLOCKS = new TagLocation<>("soul_fire_base_blocks");
|
public static final TagLocation<Block> SOUL_FIRE_BASE_BLOCKS = new TagLocation<>("soul_fire_base_blocks");
|
||||||
public static final TagLocation<Block> SOUL_SPEED_BLOCKS = new TagLocation<>("soul_speed_blocks");
|
public static final TagLocation<Block> SOUL_SPEED_BLOCKS = new TagLocation<>("soul_speed_blocks");
|
||||||
|
public static final TagLocation<Block> BEACON_BASE_BLOCKS = new TagLocation<>("beacon_base_blocks");
|
||||||
|
public static final TagLocation<Block> STONE_BRICKS = new TagLocation("stone_bricks");
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@ public class NamedCommonBlockTags {
|
||||||
public static final TagLocation<Block> BOOKSHELVES = new TagLocation<>("c", "bookshelves");
|
public static final TagLocation<Block> BOOKSHELVES = new TagLocation<>("c", "bookshelves");
|
||||||
public static final TagLocation<Block> CHEST = new TagLocation<>("c", "chest");
|
public static final TagLocation<Block> CHEST = new TagLocation<>("c", "chest");
|
||||||
public static final TagLocation<Block> END_STONES = new TagLocation<>("c", "end_stones");
|
public static final TagLocation<Block> END_STONES = new TagLocation<>("c", "end_stones");
|
||||||
|
public static final TagLocation<Block> GEN_END_STONES = END_STONES;
|
||||||
public static final TagLocation<Block> IMMOBILE = new TagLocation<>("c", "immobile");
|
public static final TagLocation<Block> IMMOBILE = new TagLocation<>("c", "immobile");
|
||||||
public static final TagLocation<Block> LEAVES = new TagLocation<>("c", "leaves");
|
public static final TagLocation<Block> LEAVES = new TagLocation<>("c", "leaves");
|
||||||
public static final TagLocation<Block> NETHERRACK = new TagLocation<>("c", "netherrack");
|
public static final TagLocation<Block> NETHERRACK = new TagLocation<>("c", "netherrack");
|
||||||
|
|
|
@ -27,4 +27,8 @@ public class NamedItemTags {
|
||||||
public static final TagLocation<Item> WOODEN_SLABS = new TagLocation<>("wooden_slabs");
|
public static final TagLocation<Item> WOODEN_SLABS = new TagLocation<>("wooden_slabs");
|
||||||
public static final TagLocation<Item> WOODEN_STAIRS = new TagLocation<>("wooden_stairs");
|
public static final TagLocation<Item> WOODEN_STAIRS = new TagLocation<>("wooden_stairs");
|
||||||
public static final TagLocation<Item> WOODEN_TRAPDOORS = new TagLocation<>("wooden_trapdoors");
|
public static final TagLocation<Item> WOODEN_TRAPDOORS = new TagLocation<>("wooden_trapdoors");
|
||||||
|
public static final TagLocation<Item> BEACON_PAYMENT_ITEMS = new TagLocation<>("beacon_payment_items");
|
||||||
|
public static final TagLocation<Item> STONE_BRICKS = new TagLocation<>("stone_bricks");
|
||||||
|
public static final TagLocation<Item> STONE_CRAFTING_MATERIALS = new TagLocation<>("stone_crafting_materials");
|
||||||
|
public static final TagLocation<Item> STONE_TOOL_MATERIALS = new TagLocation<>("stone_tool_materials");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue