Debug Commands for BCLib
This commit is contained in:
parent
97a65a3707
commit
f94a8f158f
2 changed files with 199 additions and 0 deletions
|
@ -18,6 +18,7 @@ public class CommonBlockTags {
|
|||
public static final TagKey<Block> NETHER_PORTAL_FRAME = TagAPI.makeCommonBlockTag("nether_pframe");
|
||||
public static final TagKey<Block> NETHER_STONES = TagAPI.makeCommonBlockTag("nether_stones");
|
||||
public static final TagKey<Block> NETHER_ORES = TagAPI.makeCommonBlockTag("nether_ores");
|
||||
public static final TagKey<Block> END_ORES = TagAPI.makeCommonBlockTag("end_ores");
|
||||
public static final TagKey<Block> SAPLINGS = TagAPI.makeCommonBlockTag("saplings");
|
||||
public static final TagKey<Block> SOUL_GROUND = TagAPI.makeCommonBlockTag("soul_ground");
|
||||
public static final TagKey<Block> WOODEN_BARREL = TagAPI.makeCommonBlockTag("wooden_barrels");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue