Class ConventionalBlockTags
java.lang.Object
net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags
See
BlockTags for vanilla tags.
Note that addition to some vanilla tags implies having certain functionality.-
Field Summary
FieldsModifier and TypeFieldDescriptionFor blocks that are similar to amethyst where their budding block produces buds and cluster blocks.For blocks that are similar to amethyst where they have buddings forming from budding blocks.For blocks that are similar to amethyst where they have clusters forming from budding blocks.Deprecated.Tag that holds all blocks that can be dyed a specific color.Glass which is made from cheap resources like sand and only minor additional ingredients like dyes.Deprecated.Tag that holds all blocks that recipe viewers should not show to users.For common obsidian that has no special quirks or behaviors.Blocks should be included in this tag if their movement/relocation can cause serious issues such as world corruption upon being moved or for balance reason where the block should not be able to be relocated.Deprecated.Tag that holds all head based blocks such as Skeleton Skull or Player Head.Natural stone-like blocks that can be used as a base ingredient in recipes that take stone.A storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources. -
Method Summary
-
Field Details
-
STONES
Natural stone-like blocks that can be used as a base ingredient in recipes that take stone. -
COBBLESTONES
-
OBSIDIANS
-
NORMAL_OBSIDIANS
For common obsidian that has no special quirks or behaviors. Ideal for recipe use. Crying Obsidian, for example, is a light block and harder to obtain. So it gets its own tag instead of being under normal tag. -
CRYING_OBSIDIANS
-
ORES
-
QUARTZ_ORES
-
NETHERITE_SCRAP_ORES
-
BARRELS
-
WOODEN_BARRELS
-
BOOKSHELVES
-
CHESTS
-
WOODEN_CHESTS
-
GLASS_BLOCKS
-
GLASS_BLOCKS_COLORLESS
-
GLASS_BLOCKS_CHEAP
Glass which is made from cheap resources like sand and only minor additional ingredients like dyes. -
GLASS_BLOCKS_TINTED
-
GLASS_PANES
-
GLASS_PANES_COLORLESS
-
GLAZED_TERRACOTTAS
-
CONCRETES
-
BUDDING_BLOCKS
For blocks that are similar to amethyst where their budding block produces buds and cluster blocks. -
BUDS
For blocks that are similar to amethyst where they have buddings forming from budding blocks. -
CLUSTERS
For blocks that are similar to amethyst where they have clusters forming from budding blocks. -
VILLAGER_JOB_SITES
-
SANDSTONE_BLOCKS
-
SANDSTONE_SLABS
-
SANDSTONE_STAIRS
-
RED_SANDSTONE_BLOCKS
-
RED_SANDSTONE_SLABS
-
RED_SANDSTONE_STAIRS
-
UNCOLORED_SANDSTONE_BLOCKS
-
UNCOLORED_SANDSTONE_SLABS
-
UNCOLORED_SANDSTONE_STAIRS
-
DYED
Tag that holds all blocks that can be dyed a specific color. (Does not include color blending blocks that would behave similar to leather armor item) -
BLACK_DYED
-
BLUE_DYED
-
BROWN_DYED
-
CYAN_DYED
-
GRAY_DYED
-
GREEN_DYED
-
LIGHT_BLUE_DYED
-
LIGHT_GRAY_DYED
-
LIME_DYED
-
MAGENTA_DYED
-
ORANGE_DYED
-
PINK_DYED
-
PURPLE_DYED
-
RED_DYED
-
WHITE_DYED
-
YELLOW_DYED
-
STORAGE_BLOCKS
A storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources. Honey Block is special in that the reversing recipe is not a perfect mirror of the crafting recipe and so, it is considered a special case and not given a storage block tag. -
STORAGE_BLOCKS_BONE_MEAL
-
STORAGE_BLOCKS_COAL
-
STORAGE_BLOCKS_COPPER
-
STORAGE_BLOCKS_DIAMOND
-
STORAGE_BLOCKS_DRIED_KELP
-
STORAGE_BLOCKS_EMERALD
-
STORAGE_BLOCKS_GOLD
-
STORAGE_BLOCKS_IRON
-
STORAGE_BLOCKS_LAPIS
-
STORAGE_BLOCKS_NETHERITE
-
STORAGE_BLOCKS_RAW_COPPER
-
STORAGE_BLOCKS_RAW_GOLD
-
STORAGE_BLOCKS_RAW_IRON
-
STORAGE_BLOCKS_REDSTONE
-
STORAGE_BLOCKS_RESIN
-
STORAGE_BLOCKS_SLIME
-
STORAGE_BLOCKS_WHEAT
-
STRIPPED_LOGS
-
STRIPPED_WOODS
-
PLAYER_WORKSTATIONS_CRAFTING_TABLES
-
PLAYER_WORKSTATIONS_FURNACES
-
RELOCATION_NOT_SUPPORTED
Blocks should be included in this tag if their movement/relocation can cause serious issues such as world corruption upon being moved or for balance reason where the block should not be able to be relocated. Example: Chunk loaders or pipes where other mods that move blocks do not respectAbstractBlock.AbstractBlockState.getPistonBehavior(). -
SKULLS
Tag that holds all head based blocks such as Skeleton Skull or Player Head. (Named skulls to match minecraft:skulls item tag) -
ROPES
-
CHAINS
-
HIDDEN_FROM_RECIPE_VIEWERS
Tag that holds all blocks that recipe viewers should not show to users. Recipe viewers may use this to automatically find the corresponding BlockItem to hide. -
SHULKER_BOXES
Deprecated.This tag is redundant. Please useBlockTags.SHULKER_BOXEStag instead. -
GLAZED_TERRACOTTA
Deprecated.This tag was typoed. Please useGLAZED_TERRACOTTAStag instead. -
CONCRETE
Deprecated.This tag was typoed. Please useCONCRETEStag instead.
-