Package net.frozenblock.lib.tag.api
Class FrozenBlockTags
java.lang.Object
net.frozenblock.lib.tag.api.FrozenBlockTags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>A tag for blocks that the player should be able to interact with whilst crouchingstatic final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> -
Method Summary
-
Field Details
-
DRIPSTONE_CAN_DRIP_ON
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> DRIPSTONE_CAN_DRIP_ON -
CAN_INTERACT_WHILE_CROUCHING
public static final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> CAN_INTERACT_WHILE_CROUCHINGA tag for blocks that the player should be able to interact with whilst crouching
-