Mycelium Predicat

This commit is contained in:
Frank 2022-06-26 11:49:42 +02:00
parent 9d6bf741e3
commit 717f220af1

View file

@ -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,