Class ConventionalBlockTags
java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalBlockTags
See
BlockTags
for vanilla tags.
Note that addition to some vanilla tags implies having certain functionality.-
Field Summary
Modifier and TypeFieldDescriptionBlocks should be included in this tag if their movement can cause serious issues such as world corruption upon being moved, such as chunk loaders or pipes, for mods that move blocks but do not respectAbstractBlock.AbstractBlockState.getPistonBehavior()
. -
Method Summary
-
Field Details
-
QUARTZ_ORES
-
ORES
-
CHESTS
-
BOOKSHELVES
-
GLASS_BLOCKS
-
GLASS_PANES
-
SHULKER_BOXES
-
MOVEMENT_RESTRICTED
Blocks should be included in this tag if their movement can cause serious issues such as world corruption upon being moved, such as chunk loaders or pipes, for mods that move blocks but do not respectAbstractBlock.AbstractBlockState.getPistonBehavior()
.
-