Debug Commands for BCLib

This commit is contained in:
Frank 2022-06-06 00:25:50 +02:00
parent 97a65a3707
commit f94a8f158f
2 changed files with 199 additions and 0 deletions

View file

@ -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");