Mycelium Predicat
This commit is contained in:
parent
9d6bf741e3
commit
717f220af1
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import net.minecraft.world.level.material.Fluids;
|
|||
|
||||
public class BlockPredicates {
|
||||
public static final BlockPredicate ONLY_NYLIUM = BlockPredicate.matchesTag(BlockTags.NYLIUM);
|
||||
public static final BlockPredicate ONLY_MYCELIUM = BlockPredicate.matchesTag(CommonBlockTags.MYCELIUM);
|
||||
public static final BlockPredicate ONLY_GRAVEL_OR_SAND = BlockPredicate.matchesBlocks(
|
||||
Blocks.GRAVEL,
|
||||
Blocks.SAND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue