Block Tags
Tags are used for various block properties. Block tags can be called when testing for block arguments in commands. Some tags are prefixed with can_be, or can_hurt, one would expect these to have a boolan response.
BlockTags | Description |
---|---|
can_be_broken_from_falling | |
can_hurt_and_break_item | |
air | Air is a special block. It is an unbreakable transparent block, as a substitute for the absence of blocks. |
button_block | |
container_block | |
crafting_block | |
crop_block | |
door_block | |
empty | |
fence_block | |
fenceGate_block | |
flammable | |
heavy | |
hot | |
hurtable_block | |
interactive_block | |
liquid | |
motion_blocking_block | |
rail_block | |
signal_source | |
slab_block | |
solid | |
solid_blocking_block | |
stair_block | |
stem_block | |
thinFence_block | |
unbreakable | |
wall_block | |
water_blocking |