Tag
Tags in data packs allow players to group items, blocks, fluids, entity types or functions together using JSON files.
Contents
Usage[edit]
To utilize block, item, or function tags the JSON files must be placed in a data pack inside the data/(namespace)/tags/blocks
, data/(namespace)/tags/items
, data/(namespace)/tags/entity_types
or data/(namespace)/tags/functions
folder respectively.
Minecraft itself also uses tags. For example, vanilla block tags are used for various block properties, vanilla item tags are used for various item properties, vanilla advancement files and vanilla recipe files, and vanilla entity type tags are used for various mob properties. See #List of tags section for their usages.
There are no vanilla function tags since there are no vanilla functions, but the game reads from certain function tags under the minecraft
namespace.
Folder structure[edit]
|
Block tags[edit]
Block tags can be called when testing for block arguments in commands with #(namespaced ID)
, which succeeds if the block matches any of the blocks specified in the tag.
Item tags[edit]
Item tags can be called when testing for item arguments in commands with #(namespaced ID)
or in recipes and advancements using "tag": "(namespaced ID)"
, which succeeds if the item matches any of the items specified in the tag. They can also be searched in the creative inventory by searching #(namespaced ID)
.
Entity type tags[edit]
Entity type tags can be called in type
target selector argument and loot table conditions with #(namespaced ID)
, which checks if the entity's type matches any of the entity types specified in the tag.
Function tags[edit]
Function tags can be called in the /function
command with #(namespaced ID)
, which runs all the functions specified in the tag in the order of their first appearance in a tag. If a function is referenced multiple times in a tag and its sub-tags, it is run once.
Moreover, functions tagged in the minecraft:tick
tag runs every tick at the start of the tick and functions tagged in minecraft:load
runs once at the start of the tick after a server (re)load.
JSON format[edit]
- The root object.
- replace: Optional. Whether or not contents of this tag should completely replace tag contents from different lower priority data packs with the same namespaced ID. When
false
the tag's content is appended to the contents of the higher priority data packs, instead. Defaults tofalse
. - values: A list of mix and match of object names and tag names. For tags, recursive reference is possible, but a circular reference causes a loading failure.
- : An object's namespaced ID in the form
(namespaced ID)
. - : ID of another tag of the same type in the form
#(namespaced ID)
. - : An entry with additional options. (1.16.2+)
- id: A string in one of the string formats above.
- required: Whether or not loading this tag should fail if this entry is not found, true by default (also for the string entries). A tag that fails to load can still be referenced in any data pack and be (re)defined in other data packs. In other words, only the entries in this JSON file is ignored if this entry cannot be found.
- : An object's namespaced ID in the form
- replace: Optional. Whether or not contents of this tag should completely replace tag contents from different lower priority data packs with the same namespaced ID. When
List of tags[edit]
Blocks[edit]
Tag name | Values | Usage |
---|---|---|
acacia_logs | acacia_log, acacia_wood, stripped_acacia_log, stripped_acacia_wood |
|
anvil | anvil, chipped_anvil, damaged_anvil |
|
bamboo_plantable_on | #sand, #dirt,[upcoming: JE 1.17] bamboo, bamboo_sapling, gravel, dirt,[until JE 1.17] grass_block, podzol,[until JE 1.17] coarse_dirt,[until JE 1.17] mycelium |
|
banners | white_banner, orange_banner, magenta_banner, light_blue_banner, yellow_banner, lime_banner, pink_banner, gray_banner, light_gray_banner, cyan_banner, purple_banner, blue_banner, brown_banner, green_banner, red_banner, black_banner, white_wall_banner, orange_wall_banner, magenta_wall_banner, light_blue_wall_banner, yellow_wall_banner, lime_wall_banner, pink_wall_banner, gray_wall_banner, light_gray_wall_banner, cyan_wall_banner, purple_wall_banner, blue_wall_banner, brown_wall_banner, green_wall_banner, red_wall_banner, black_wall_banner |
|
base_stone_nether | netherrack, basalt, blackstone |
|
base_stone_overworld | stone, granite, diorite, andesite, tuff,[upcoming: JE 1.17] deepslate[upcoming: JE 1.17] |
|
beacon_base_blocks | netherite_block, emerald_block, diamond_block, gold_block, iron_block |
|
beds | red_bed, black_bed, blue_bed, brown_bed, cyan_bed, gray_bed, green_bed, light_blue_bed, light_gray_bed, lime_bed, magenta_bed, orange_bed, pink_bed, purple_bed, white_bed, yellow_bed |
|
beehives | bee_nest, beehive |
|
bee_growables | #crops, sweet_berry_bush |
|
birch_logs | birch_log, birch_wood, stripped_birch_log, stripped_birch_wood |
|
buttons | #wooden_buttons, stone_button, polished_blackstone_button | — |
campfires | campfire, soul_campfire |
|
candle_cakes[upcoming: JE 1.17] | candle_cake, white_candle_cake, orange_candle_cake, magenta_candle_cake, light_blue_candle_cake, yellow_candle_cake, lime_candle_cake, pink_candle_cake, gray_candle_cake, light_gray_candle_cake, cyan_candle_cake, purple_candle_cake, blue_candle_cake, brown_candle_cake, green_candle_cake, red_candle_cake, black_candle_cake |
|
candles[upcoming: JE 1.17] | candle, white_candle, orange_candle, magenta_candle, light_blue_candle, yellow_candle, lime_candle, pink_candle, gray_candle, light_gray_candle, cyan_candle, purple_candle, blue_candle, brown_candle, green_candle, red_candle, black_candle |
|
carpets | white_carpet, orange_carpet, magenta_carpet, light_blue_carpet, yellow_carpet, lime_carpet, pink_carpet, gray_carpet, light_gray_carpet, cyan_carpet, purple_carpet, blue_carpet, brown_carpet, green_carpet, red_carpet, black_carpet | — |
cauldrons[upcoming: JE 1.17] | cauldron, water_cauldron, lava_cauldron, powder_snow_cauldron |
|
cave_vines[upcoming: JE 1.17] | cave_vines_plant, cave_vines |
|
climbable | ladder, vine, scaffolding, weeping_vines, weeping_vines_plant, twisting_vines, twisting_vines_plant, cave_vines,[upcoming: JE 1.17] cave_vines_plant[upcoming: JE 1.17] |
|
coal_ores[upcoming: JE 1.17] | coal_ore, deepslate_coal_ore | - |
copper_ores[upcoming: JE 1.17] | copper_ore, deepslate_copper_ore | - |
corals | #coral_plants, tube_coral_fan, brain_coral_fan, bubble_coral_fan, fire_coral_fan, horn_coral_fan |
|
coral_blocks | tube_coral_block, brain_coral_block, bubble_coral_block, fire_coral_block, horn_coral_block |
|
coral_plants | tube_coral, brain_coral, bubble_coral, fire_coral, horn_coral |
|
crimson_stems | crimson_stem, stripped_crimson_stem, crimson_hyphae, stripped_crimson_hyphae |
|
crops | beetroots, carrots, potatoes, wheat, melon_stem, pumpkin_stem |
|
crystal_sound_blocks[upcoming: JE 1.17] | amethyst_block, budding_amethyst |
|
dark_oak_logs | dark_oak_log, dark_oak_wood, stripped_dark_oak_log, stripped_dark_oak_wood |
|
deepslate_ore_replaceables[upcoming: JE 1.17] | deepslate, tuff |
|
diamond_ores[upcoming: JE 1.17] | diamond_ore, deepslate_diamond_ore | - |
dirt[upcoming: JE 1.17] | dirt, coarse_dirt, podzol, rooted_dirt |
|
doors | #wooden_doors, iron_door |
|
dragon_immune | barrier, bedrock, end_portal, end_portal_frame, end_gateway, command_block, repeating_command_block, chain_command_block, structure_block, jigsaw, moving_piston, obsidian, crying_obsidian, end_stone, iron_bars, respawn_anchor |
|
dripstone_replaceable_blocks[upcoming: JE 1.17] | #base_stone_overworld, dirt |
|
emerald_ores[upcoming: JE 1.17] | emerald_ore, deepslate_emerald_ore | - |
enderman_holdable | #small_flowers, #dirt,[upcoming: JE 1.17] grass_block, dirt,[until JE 1.17] coarse_dirt,[until JE 1.17] podzol,[until JE 1.17] sand, red_sand, gravel, brown_mushroom, red_mushroom, tnt, cactus, clay, pumpkin, carved_pumpkin, melon, mycelium, crimson_fungus, crimson_nylium, crimson_roots, warped_fungus, warped_nylium, warped_roots |
|
fence_gates | acacia_fence_gate, birch_fence_gate, dark_oak_fence_gate, jungle_fence_gate, oak_fence_gate, spruce_fence_gate, crimson_fence_gate, warped_fence_gate |
|
fences | #wooden_fences, nether_brick_fence |
|
fire | fire, soul_fire |
|
flowers | #small_flowers, #tall_flowers |
|
flower_pots | flower_pot, potted_poppy, potted_blue_orchid, potted_allium, potted_azure_bluet, potted_red_tulip, potted_orange_tulip, potted_white_tulip, potted_pink_tulip, potted_oxeye_daisy, potted_dandelion, potted_oak_sapling, potted_spruce_sapling, potted_birch_sapling, potted_jungle_sapling, potted_acacia_sapling, potted_dark_oak_sapling, potted_red_mushroom, potted_brown_mushroom, potted_dead_bush, potted_fern, potted_cactus, potted_cornflower, potted_lily_of_the_valley, potted_wither_rose, potted_bamboo, potted_crimson_fungus, potted_warped_fungus, potted_crimson_roots, potted_warped_roots | — |
gold_ores | gold_ore, nether_gold_ore, deepslate_gold_ore[upcoming: JE 1.17] |
|
guarded_by_piglins | gold_block, barrel, chest, ender_chest, gilded_blackstone, trapped_chest, #shulker_boxes, #gold_ores |
|
hoglin_repellents | warped_fungus, potted_warped_fungus, nether_portal, respawn_anchor |
|
ice | ice, packed_ice, blue_ice, frosted_ice |
|
impermeable | glass, white_stained_glass, orange_stained_glass, magenta_stained_glass, light_blue_stained_glass, yellow_stained_glass, lime_stained_glass, pink_stained_glass, gray_stained_glass, light_gray_stained_glass, cyan_stained_glass, purple_stained_glass, blue_stained_glass, brown_stained_glass, green_stained_glass, red_stained_glass, black_stained_glass, tinted_glass[upcoming: JE 1.17] |
|
infiniburn_end | #infiniburn_overworld, bedrock |
|
infiniburn_nether | #infiniburn_overworld |
|
infiniburn_overworld | netherrack, magma_block |
|
inside_step_sound_blocks[upcoming: JE 1.17] | snow, powder_snow |
|
iron_ores[upcoming: JE 1.17] | iron_ore, deepslate_iron_ore | - |
jungle_logs | jungle_log, jungle_wood, stripped_jungle_log, stripped_jungle_wood |
|
lapis_ores[upcoming: JE 1.17] | lapis_ore, deepslate_lapis_ore | - |
leaves | jungle_leaves, oak_leaves, spruce_leaves, dark_oak_leaves, acacia_leaves, birch_leaves, azalea_leaves,[upcoming: JE 1.17] azalea_leaves_flowers[upcoming: JE 1.17] |
|
logs | #logs_that_burn, #crimson_stems, #warped_stems |
|
logs_that_burn | #dark_oak_logs, #oak_logs, #acacia_logs, #birch_logs, #jungle_logs, #spruce_logs |
|
lush_ground_replaceable[upcoming: JE 1.17] | #base_stone_overworld, #cave_vines, dirt, gravel, sand, clay, moss_block |
|
lush_plants_replaceable[upcoming: JE 1.17] | #base_stone_overworld, #cave_vines, dirt, gravel, sand |
|
mushroom_grow_block | mycelium, podzol, crimson_nylium, warped_nylium |
|
non_flammable_wood | warped_stem, stripped_warped_stem, warped_hyphae, stripped_warped_hyphae, crimson_stem, stripped_crimson_stem, crimson_hyphae, stripped_crimson_hyphae, crimson_planks, warped_planks, crimson_slab, warped_slab, crimson_pressure_plate, warped_pressure_plate, crimson_fence, warped_fence, crimson_trapdoor, warped_trapdoor, crimson_fence_gate, warped_fence_gate, crimson_stairs, warped_stairs, crimson_button, warped_button, crimson_door, warped_door, crimson_sign, warped_sign, crimson_wall_sign, warped_wall_sign | — |
nylium | crimson_nylium, warped_nylium |
|
oak_logs | oak_log, oak_wood, stripped_oak_log, stripped_oak_wood |
|
occludes_vibration_signals[upcoming: JE 1.17] | #wool |
|
piglin_repellents | soul_fire, soul_torch, soul_lantern, soul_wall_torch, soul_campfire |
|
planks | oak_planks, spruce_planks, birch_planks, jungle_planks, acacia_planks, dark_oak_planks, crimson_planks, warped_planks | — |
portals | nether_portal, end_portal, end_gateway |
|
pressure_plates | light_weighted_pressure_plate, heavy_weighted_pressure_plate, #wooden_pressure_plates, #stone_pressure_plates |
|
prevent_mob_spawning_inside | #rails |
|
rails | rail, powered_rail, detector_rail, activator_rail |
|
redstone_ores[upcoming: JE 1.17] | redstone_ore, deepslate_redstone_ore | - |
sand | sand, red_sand |
|
saplings | oak_sapling, spruce_sapling, birch_sapling, jungle_sapling, acacia_sapling, dark_oak_sapling | - |
shulker_boxes | shulker_box, black_shulker_box, blue_shulker_box, brown_shulker_box, cyan_shulker_box, gray_shulker_box, green_shulker_box, light_blue_shulker_box, light_gray_shulker_box, lime_shulker_box, magenta_shulker_box, orange_shulker_box, pink_shulker_box, purple_shulker_box, red_shulker_box, white_shulker_box, yellow_shulker_box |
|
signs | #standing_signs, #wall_signs |
|
slabs | #wooden_slabs, stone_slab, smooth_stone_slab, stone_brick_slab, sandstone_slab, purpur_slab, quartz_slab, red_sandstone_slab, brick_slab, cobblestone_slab, nether_brick_slab, petrified_oak_slab, prismarine_slab, prismarine_brick_slab, dark_prismarine_slab, polished_granite_slab, smooth_red_sandstone_slab, mossy_stone_brick_slab, polished_diorite_slab, mossy_cobblestone_slab, end_stone_brick_slab, smooth_sandstone_slab, smooth_quartz_slab, granite_slab, andesite_slab, red_nether_brick_slab, polished_andesite_slab, diorite_slab, cut_sandstone_slab, cut_red_sandstone_slab, blackstone_slab, polished_blackstone_brick_slab, polished_blackstone_slab, cobbled_deepslate_slab,[upcoming: JE 1.17] polished_deepslate_slab,[upcoming: JE 1.17] deepslate_tile_slab,[upcoming: JE 1.17] deepslate_brick_slab,[upcoming: JE 1.17] waxed_weathered_cut_copper_slab,[upcoming: JE 1.17] waxed_exposed_cut_copper_slab,[upcoming: JE 1.17] waxed_cut_copper_slab,[upcoming: JE 1.17] oxidized_cut_copper_slab,[upcoming: JE 1.17] weathered_cut_copper_slab,[upcoming: JE 1.17] exposed_cut_copper_slab,[upcoming: JE 1.17] cut_copper_slab,[upcoming: JE 1.17] waxed_oxidized_cut_copper_slab[upcoming: JE 1.17] |
|
small_flowers | dandelion, poppy, blue_orchid, allium, azure_bluet, red_tulip, orange_tulip, white_tulip, pink_tulip, oxeye_daisy, cornflower, lily_of_the_valley, wither_rose, azalea_leaves_flowers,[upcoming: JE 1.17] flowering_azalea[upcoming: JE 1.17] |
|
snow[upcoming: JE 1.17] | snow, snow_block, powder snow |
|
soul_fire_base_blocks | soul_sand, soul_soil |
|
soul_speed_blocks | soul_sand, soul_soil |
|
spruce_logs | spruce_log, spruce_wood, stripped_spruce_log, stripped_spruce_wood |
|
stairs | #wooden_stairs, nether_brick_stairs, stone_brick_stairs, brick_stairs, purpur_stairs, quartz_stairs, red_sandstone_stairs, prismarine_brick_stairs, prismarine_stairs, dark_prismarine_stairs, polished_granite_stairs, smooth_red_sandstone_stairs, mossy_stone_brick_stairs, polished_diorite_stairs, mossy_cobblestone_stairs, end_stone_brick_stairs, stone_stairs, smooth_sandstone_stairs, smooth_quartz_stairs, granite_stairs, andesite_stairs, red_nether_brick_stairs, polished_andesite_stairs, diorite_stairs, blackstone_stairs, polished_blackstone_brick_stairs, polished_blackstone_stairs, cobbled_deepslate_stairs,[upcoming: JE 1.17] polished_deepslate_stairs,[upcoming: JE 1.17] deepslate_tile_stairs,[upcoming: JE 1.17] deepslate_brick_stairs,[upcoming: JE 1.17] oxidized_cut_copper_stairs,[upcoming: JE 1.17] weathered_cut_copper_stairs,[upcoming: JE 1.17] exposed_cut_copper_stairs,[upcoming: JE 1.17] cut_copper_stairs,[upcoming: JE 1.17] waxed_weathered_cut_copper_stairs,[upcoming: JE 1.17] waxed_exposed_cut_copper_stairs,[upcoming: JE 1.17] waxed_cut_copper_stairs,[upcoming: JE 1.17] waxed_oxidized_cut_copper_stairs[upcoming: JE 1.17] |
|
standing_signs | oak_sign, spruce_sign, birch_sign, acacia_sign, jungle_sign, dark_oak_sign, crimson_sign, warped_sign |
|
stone_bricks | stone_bricks, mossy_stone_bricks, cracked_stone_bricks, chiseled_stone_bricks | — |
stone_ore_replaceables[upcoming: JE 1.17] | stone, granite, diorite, andesite |
|
stone_pressure_plates | stone_pressure_plate, polished_blackstone_pressure_plate |
|
strider_warm_blocks | lava |
|
tall_flowers | sunflower, lilac, peony, rose_bush | |
trapdoors | #wooden_trapdoors, iron_trapdoor |
|
underwater_bonemeals | seagrass, #corals, #wall_corals |
|
unstable_bottom_center | #fence_gates |
|
valid_spawn | grass_block, podzol |
|
walls | cobblestone_wall, mossy_cobblestone_wall, brick_wall, prismarine_wall, red_sandstone_wall, mossy_stone_brick_wall, granite_wall, stone_brick_wall, nether_brick_wall, andesite_wall, red_nether_brick_wall, sandstone_wall, end_stone_brick_wall, diorite_wall, blackstone_wall, polished_blackstone_brick_wall, polished_blackstone_wall, cobbled_deepslate_wall,[upcoming: JE 1.17] polished_deepslate_wall,[upcoming: JE 1.17] deepslate_tile_wall,[upcoming: JE 1.17] deepslate_brick_wall[upcoming: JE 1.17] |
|
wall_corals | tube_coral_wall_fan, brain_coral_wall_fan, bubble_coral_wall_fan, fire_coral_wall_fan, horn_coral_wall_fan |
|
wall_post_override | torch, soul_torch, redstone_torch, tripwire, #signs, #banners, #pressure_plates |
|
wall_signs | oak_wall_sign, spruce_wall_sign, birch_wall_sign, acacia_wall_sign, jungle_wall_sign, dark_oak_wall_sign, crimson_wall_sign, warped_wall_sign |
|
warped_stems | warped_stem, stripped_warped_stem, warped_hyphae, stripped_warped_hyphae |
|
wart_blocks | nether_wart_block, warped_wart_block | — |
wither_immune | barrier, bedrock, end_portal, end_portal_frame, end_gateway, command_block, repeating_command_block, chain_command_block, structure_block, jigsaw, moving_piston |
|
wither_summon_base_blocks | soul_sand, soul_soil |
|
wooden_buttons | oak_button, spruce_button, birch_button, jungle_button, acacia_button, dark_oak_button, crimson_button, warped_button |
|
wooden_doors | oak_door, spruce_door, birch_door, jungle_door, acacia_door, dark_oak_door, crimson_door, warped_door |
|
wooden_fences | oak_fence, acacia_fence, dark_oak_fence, spruce_fence, birch_fence, jungle_fence, crimson_fence, warped_fence | |
wooden_pressure_plates | oak_pressure_plate, spruce_pressure_plate, birch_pressure_plate, jungle_pressure_plate, acacia_pressure_plate, dark_oak_pressure_plate, crimson_pressure_plate, warped_pressure_plate |
|
wooden_slabs | oak_slab, spruce_slab, birch_slab, jungle_slab, acacia_slab, dark_oak_slab, crimson_slab, warped_slab |
|
wooden_stairs | oak_stairs, spruce_stairs, birch_stairs, jungle_stairs, acacia_stairs, dark_oak_stairs, crimson_stairs, warped_stairs |
|
wooden_trapdoors | acacia_trapdoor, birch_trapdoor, dark_oak_trapdoor, jungle_trapdoor, oak_trapdoor, spruce_trapdoor, crimson_trapdoor, warped_trapdoor |
|
wool | white_wool, orange_wool, magenta_wool, light_blue_wool, yellow_wool, lime_wool, pink_wool, gray_wool, light_gray_wool, cyan_wool, purple_wool, blue_wool, brown_wool, green_wool, red_wool, black_wool |
|
Entity types[edit]
Tag name | Values | Usage |
---|---|---|
arrows | arrow, spectral_arrow |
|
axolotl_always_hostiles[upcoming: JE 1.17] | drowned, guardian, elder_guardian |
|
axolotl_hunt_targets[upcoming: JE 1.17] | tropical_fish, pufferfish, salmon, cod, squid, glow_squid |
|
beehive_inhabitors | bee |
|
freeze_hurts_extra_types[upcoming: JE 1.17] | strider, blaze, magma_cube |
|
freeze_immune_entity_types[upcoming: JE 1.17] | stray, polar_bear, snow_golem |
|
impact_projectiles | #arrows, snowball, fireball, small_fireball, egg, trident, dragon_fireball, wither_skull |
|
powder_snow_walkable_mobs[upcoming: JE 1.17] | rabbit, endermite, silverfish, fox |
|
raiders | evoker, illusioner, pillager, ravager, vindicator, witch |
|
skeletons | skeleton, stray, wither_skeleton |
|
Fluids[edit]
Tag name | Values | Usage |
---|---|---|
lava | lava, flowing_lava |
|
water | water, flowing_water |
|
Game events[edit]
Game event tags are in Java Edition 1.17[upcoming].
Tag name | Values | Usage |
---|---|---|
ignore_vibrations_sneaking | hit_ground, projectile_shoot, step, swim |
|
vibrations | block_attach, block_change, block_close, block_destroy, block_detach, block_open, block_place, block_press, block_switch, block_unpress, block_unswitch, container_close, container_open, dispense_fail, drinking_finish, eat, elytra_free_fall, entity_damaged, entity_killed, entity_place, equip, explode, fishing_rod_cast, fishing_rod_reel_in, flap, fluid_pickup, fluid_place, hit_ground, mob_interact, lightning_strike, minecart_moving, piston_contract, piston_extend, prime_fuse, projectile_land, projectile_shoot, ravager_roar, ring_bell, shear, shulker_close, shulker_open, splash, step, swim, wolf_shaking |
|
Items[edit]
Tag name | Values | Usage |
---|---|---|
acacia_logs | acacia_log, acacia_wood, stripped_acacia_log, stripped_acacia_wood |
|
anvil | anvil, chipped_anvil, damaged_anvil | - |
arrows | arrow, tipped_arrow, spectral_arrow |
|
axolotl_tempt_items[upcoming: JE 1.17] | tropical_fish, tropical_fish_bucket |
|
banners | white_banner, orange_banner, magenta_banner, light_blue_banner, yellow_banner, lime_banner, pink_banner, gray_banner, light_gray_banner, cyan_banner, purple_banner, blue_banner, brown_banner, green_banner, red_banner, black_banner |
|
beacon_payment_items | netherite_ingot, emerald, diamond, gold_ingot, iron_ingot |
|
beds | red_bed, black_bed, blue_bed, brown_bed, cyan_bed, gray_bed, green_bed, light_blue_bed, light_gray_bed, lime_bed, magenta_bed, orange_bed, pink_bed, purple_bed, white_bed, yellow_bed | - |
birch_logs | birch_log, birch_wood, stripped_birch_log, stripped_birch_wood |
|
boats | oak_boat, spruce_boat, birch_boat, jungle_boat, acacia_boat, dark_oak_boat |
|
buttons | #wooden_buttons, stone_button, polished_blackstone_button | - |
candles[upcoming: JE 1.17] | candle, white_candle, orange_candle, magenta_candle, light_blue_candle, yellow_candle, lime_candle, pink_candle, gray_candle, light_gray_candle, cyan_candle, purple_candle, blue_candle, brown_candle, green_candle, red_candle, black_candle |
|
carpets | white_carpet, orange_carpet, magenta_carpet, light_blue_carpet, yellow_carpet, lime_carpet, pink_carpet, gray_carpet, light_gray_carpet, cyan_carpet, purple_carpet, blue_carpet, brown_carpet, green_carpet, red_carpet, black_carpet |
|
cluster_max_harvestables[upcoming: JE 1.17] | diamond_pickaxe, golden_pickaxe, iron_pickaxe, netherite_pickaxe, stone_pickaxe, wooden_pickaxe |
|
coal_ores[upcoming: JE 1.17] | coal_ore, deepslate_coal_ore | - |
coals | coal, charcoal |
|
copper_ores[upcoming: JE 1.17] | copper_ore, deepslate_copper_ore | - |
creeper_drop_music_discs | music_disc_13, music_disc_cat, music_disc_blocks, music_disc_chirp, music_disc_far, music_disc_mall, music_disc_mellohi, music_disc_stal, music_disc_strad, music_disc_ward, music_disc_11, music_disc_wait |
|
crimson_stems | crimson_stem, stripped_crimson_stem, crimson_hyphae, stripped_crimson_hyphae |
|
dark_oak_logs | dark_oak_log, dark_oak_wood, stripped_dark_oak_log, stripped_dark_oak_wood |
|
diamond_ores[upcoming: JE 1.17] | diamond_ore, deepslate_diamond_ore | - |
doors | #wooden_doors, iron_door | - |
emerald_ores[upcoming: JE 1.17] | emerald_ore, deepslate_emerald_ore | - |
fences | #wooden_fences, nether_brick_fence | - |
fishes | cod, cooked_cod, salmon, cooked_salmon, pufferfish, tropical_fish |
|
flowers | #small_flowers, #tall_flowers | |
fox_food[upcoming: JE 1.17] | sweet_berries, glow_berries |
|
freeze_immune_wearables[upcoming: JE 1.17] | leather_boots, leather_leggings, leather_chestplate, leather_helmet, leather_horse_armor |
|
gold_ores | gold_ore, nether_gold_ore, deepslate_gold_ore[upcoming: JE 1.17] |
|
ignored_by_piglin_babies[upcoming: JE 1.17] | leather |
|
iron_ores[upcoming: JE 1.17] | iron_ore, deepslate_iron_ore | - |
jungle_logs | jungle_log, jungle_wood, stripped_jungle_log, stripped_jungle_wood |
|
lapis_ores[upcoming: JE 1.17] | lapis_ore, deepslate_lapis_ore | - |
leaves | jungle_leaves, oak_leaves, spruce_leaves, dark_oak_leaves, acacia_leaves, birch_leaves, azalea_leaves,[upcoming: JE 1.17] azalea_leaves_flowers[upcoming: JE 1.17] | - |
lectern_books | written_book, writable_book |
|
logs | #logs_that_burn, #crimson_stems, #warped_stems |
|
logs_that_burn | #dark_oak_logs, #oak_logs, #acacia_logs, #birch_logs, #jungle_logs, #spruce_logs |
|
music_discs | #creeper_drop_music_discs, music_disc_pigstep | - |
non_flammable_wood | warped_stem, stripped_warped_stem, warped_hyphae, stripped_warped_hyphae, crimson_stem, stripped_crimson_stem, crimson_hyphae, stripped_crimson_hyphae, crimson_planks, warped_planks, crimson_slab, warped_slab, crimson_pressure_plate, warped_pressure_plate, crimson_fence, warped_fence, crimson_trapdoor, warped_trapdoor, crimson_fence_gate, warped_fence_gate, crimson_stairs, warped_stairs, crimson_button, warped_button, crimson_door, warped_door, crimson_sign, warped_sign |
|
oak_logs | oak_log, oak_wood, stripped_oak_log, stripped_oak_wood |
|
occludes_vibration_signals[upcoming: JE 1.17] | #wool |
|
piglin_food[upcoming: JE 1.17] | porkchop, cooked_porkchop |
|
piglin_loved | #gold_ores, gold_block, gilded_blackstone, light_weighted_pressure_plate, gold_ingot, bell, clock, golden_carrot, glistering_melon_slice, golden_apple, enchanted_golden_apple, golden_helmet, golden_chestplate, golden_leggings, golden_boots, golden_horse_armor, golden_sword, golden_pickaxe, golden_shovel, golden_axe, golden_hoe, raw gold[upcoming: JE 1.17] |
|
piglin_repellents | soul_torch, soul_lantern, soul_campfire |
|
planks | oak_planks, spruce_planks, birch_planks, jungle_planks, acacia_planks, dark_oak_planks, crimson_planks, warped_planks |
|
rails | rail, powered_rail, detector_rail, activator_rail | - |
redstone_ores[upcoming: JE 1.17] | redstone_ore, deepslate_redstone_ore | - |
sand | sand, red_sand |
|
saplings | oak_sapling, spruce_sapling, birch_sapling, jungle_sapling, acacia_sapling, dark_oak_sapling |
|
signs | oak_sign, spruce_sign, birch_sign, acacia_sign, jungle_sign, dark_oak_sign, crimson_sign, warped_sign |
|
slabs | #wooden_slabs, stone_slab, smooth_stone_slab, stone_brick_slab, sandstone_slab, purpur_slab, quartz_slab, red_sandstone_slab, brick_slab, cobblestone_slab, nether_brick_slab, petrified_oak_slab, prismarine_slab, prismarine_brick_slab, dark_prismarine_slab, polished_granite_slab, smooth_red_sandstone_slab, mossy_stone_brick_slab, polished_diorite_slab, mossy_cobblestone_slab, end_stone_brick_slab, smooth_sandstone_slab, smooth_quartz_slab, granite_slab, andesite_slab, red_nether_brick_slab, polished_andesite_slab, diorite_slab, cut_sandstone_slab, cut_red_sandstone_slab, blackstone_slab, polished_blackstone_brick_slab, polished_blackstone_slab, cobbled_deepslate_slab,[upcoming: JE 1.17] polished_deepslate_slab,[upcoming: JE 1.17] deepslate_tile_slab,[upcoming: JE 1.17] deepslate_brick_slab,[upcoming: JE 1.17] waxed_weathered_cut_copper_slab,[upcoming: JE 1.17] waxed_exposed_cut_copper_slab,[upcoming: JE 1.17] waxed_cut_copper_slab,[upcoming: JE 1.17] oxidized_cut_copper_slab,[upcoming: JE 1.17] weathered_cut_copper_slab,[upcoming: JE 1.17] exposed_cut_copper_slab,[upcoming: JE 1.17] cut_copper_slab,[upcoming: JE 1.17] waxed_oxidized_cut_copper_slab[upcoming: JE 1.17] | - |
small_flowers | dandelion, poppy, blue_orchid, allium, azure_bluet, red_tulip, orange_tulip, white_tulip, pink_tulip, oxeye_daisy, cornflower, lily_of_the_valley, wither_rose, azalea_leaves_flowers,[upcoming: JE 1.17] flowering_azalea[upcoming: JE 1.17] |
|
soul_fire_base_blocks | soul_sand, soul_soil |
|
spruce_logs | spruce_log, spruce_wood, stripped_spruce_log, stripped_spruce_wood |
|
stairs | #wooden_stairs, cobblestone_stairs, sandstone_stairs, nether_brick_stairs, stone_brick_stairs, brick_stairs, purpur_stairs, quartz_stairs, red_sandstone_stairs, prismarine_brick_stairs, prismarine_stairs, dark_prismarine_stairs, polished_granite_stairs, smooth_red_sandstone_stairs, mossy_stone_brick_stairs, polished_diorite_stairs, mossy_cobblestone_stairs, end_stone_brick_stairs, stone_stairs, smooth_sandstone_stairs, smooth_quartz_stairs, granite_stairs, andesite_stairs, red_nether_brick_stairs, polished_andesite_stairs, diorite_stairs, blackstone_stairs, polished_blackstone_brick_stairs, polished_blackstone_stairs, cobbled_deepslate_stairs,[upcoming: JE 1.17] polished_deepslate_stairs,[upcoming: JE 1.17] deepslate_tile_stairs,[upcoming: JE 1.17] deepslate_brick_stairs,[upcoming: JE 1.17] oxidized_cut_copper_stairs,[upcoming: JE 1.17] weathered_cut_copper_stairs,[upcoming: JE 1.17] exposed_cut_copper_stairs,[upcoming: JE 1.17] cut_copper_stairs,[upcoming: JE 1.17] waxed_weathered_cut_copper_stairs,[upcoming: JE 1.17] waxed_exposed_cut_copper_stairs,[upcoming: JE 1.17] waxed_cut_copper_stairs,[upcoming: JE 1.17] waxed_oxidized_cut_copper_stairs[upcoming: JE 1.17] | - |
stone_bricks | stone_bricks, mossy_stone_bricks, cracked_stone_bricks, chiseled_stone_bricks |
|
stone_crafting_materials | cobblestone, blackstone, cobbled_deepslate[upcoming: JE 1.17] |
|
stone_tool_materials | cobblestone, blackstone, cobbled_deepslate[upcoming: JE 1.17] |
|
tall_flowers | sunflower, lilac, peony, rose_bush |
|
trapdoors | #wooden_trapdoors, iron_trapdoor | - |
walls | cobblestone_wall, mossy_cobblestone_wall, brick_wall, prismarine_wall, red_sandstone_wall, mossy_stone_brick_wall, granite_wall, stone_brick_wall, nether_brick_wall, andesite_wall, red_nether_brick_wall, sandstone_wall, end_stone_brick_wall, diorite_wall, blackstone_wall, polished_blackstone_brick_wall, polished_blackstone_wall, cobbled_deepslate_wall,[upcoming: JE 1.17] polished_deepslate_wall,[upcoming: JE 1.17] deepslate_tile_wall,[upcoming: JE 1.17] deepslate_brick_wall[upcoming: JE 1.17] | - |
warped_stems | warped_stem, stripped_warped_stem, warped_hyphae, stripped_warped_hyphae |
|
wooden_buttons | oak_button, spruce_button, birch_button, jungle_button, acacia_button, dark_oak_button, crimson_button, warped_button |
|
wooden_doors | oak_door, spruce_door, birch_door, jungle_door, acacia_door, dark_oak_door, crimson_door, warped_door |
|
wooden_fences | oak_fence, acacia_fence, dark_oak_fence, spruce_fence, birch_fence, jungle_fence, crimson_fence, warped_fence |
|
wooden_pressure_plates | oak_pressure_plate, spruce_pressure_plate, birch_pressure_plate, jungle_pressure_plate, acacia_pressure_plate, dark_oak_pressure_plate, crimson_pressure_plate, warped_pressure_plate |
|
wooden_slabs | oak_slab, spruce_slab, birch_slab, jungle_slab, acacia_slab, dark_oak_slab, crimson_slab, warped_slab |
|
wooden_stairs | oak_stairs, spruce_stairs, birch_stairs, jungle_stairs, acacia_stairs, dark_oak_stairs, crimson_stairs, warped_stairs |
|
wooden_trapdoors | acacia_trapdoor, birch_trapdoor, dark_oak_trapdoor, jungle_trapdoor, oak_trapdoor, spruce_trapdoor, crimson_trapdoor, warped_trapdoor |
|
wool | white_wool, orange_wool, magenta_wool, light_blue_wool, yellow_wool, lime_wool, pink_wool, gray_wool, light_gray_wool, cyan_wool, purple_wool, blue_wool, brown_wool, green_wool, red_wool, black_wool |
|
History[edit]
Java Edition | |||||
---|---|---|---|---|---|
1.13 | 17w49a | Added tags for blocks and items. | |||
Added the vanilla block and item tags planks and wool . | |||||
17w49b | Function can now be tagged. | ||||
Functions tagged in tick now run every tick in the beginning of the tick. | |||||
Added the vanilla block tag flower_pots . | |||||
Added the vanilla block and item tags buttons , carpets , doors , logs , saplings and stone_bricks . | |||||
17w50a | Added the vanilla block and item tags wooden_buttons and wooden_doors .
| ||||
Updated the vanilla block and item tags buttons and doors to include stone_button and iron_door respectively. | |||||
18w01a | Functions tagged in load now runs once after a (re)load.
| ||||
Added the vanilla block tag anvil . | |||||
18w02a | Added the vanilla block tag enderman_holdable . | ||||
18w06a | Added the vanilla block and item tags banners , wooden_pressure_plates , wooden_slabs , and wooden_stairs .
| ||||
Added the vanilla item tag boats . | |||||
18w07a | Added the vanilla block tags slabs , stairs and water_hacked .
| ||||
Added the block and item tags acacia_logs , birch_logs , dark_oak_logs , jungle_logs , oak_logs , and spruce_logs | |||||
18w07b | Added the block tag waterlogged .
| ||||
Added the block and item tags rails and sand . | |||||
18w09a | Added vanilla block and item tag coral .
| ||||
The water_hacked tag now includes chests. | |||||
18w10a | Added the block and item tag coral_plants .
| ||||
The waterlogged block tag now includes coral plants. | |||||
18w10c | Removed the block tags water_hacked and waterlogged . | ||||
18w19a | Added the block tag leaves , the fluid tags water and lava , and the item tags fishes and leaves . | ||||
pre8 | Added the block tag wall_corals and impermeable . | ||||
1.13.1 | 18w31a | Added the block tag underwater_bonemeals . | |||
1.14 | 18w43a | Added the block tags bamboo_plantable_on , dirt_like , signs , small_flowers , standing_signs , wall_signs , walls .
| |||
Modified block tags enderman_holdable ,flower_pots ,slabs ,stairs . | |||||
Added the entity type tag skeletons . | |||||
Added the item tags music_discs ,signs ,small_flowers ,walls . | |||||
Modified item tags slabs ,stairs . | |||||
18w44a | Added block and item tag beds | ||||
1.14.1 | Pre-Release 1 | Functions in a tag are now executed in the order they are listed. | |||
1.15 | 19w34a | Added bee_growables , beehives , crops , flowers and tall_flowers block tags.
| |||
Added flowers and tall_flowers item tags. | |||||
19w36a | Added beehive_inhabitors entity tag. | ||||
19w41a | Removed dirt_like block tag. | ||||
19w42a | Added lectern_books item tag. | ||||
19w44a | Added shulker_boxes block tag. | ||||
19w45a | Added arrows entity tag. | ||||
Pre-Release 2 | Added portals block tag. | ||||
1.16 | 20w06a | Added crimson_stems , fire , nylium , warped_stems and wart_blocks block tags.
| |||
Added crimson_stems and warped_stems item tags. | |||||
Added crimson and warped items to planks , standing_signs , wall_signs , wooden_buttons , wooden_doors , wooden_fences , wooden_pressure_plates , wooden_slabs , wooden_stairs and wooden_trapdoors block tags. | |||||
Added crimson and warped items to planks , signs , wooden_buttons , wooden_doors , wooden_fences , wooden_pressure_plates , wooden_slabs , wooden_stairs and wooden_trapdoors item tags. | |||||
The slabs block and item tags now use the respective wooden_slabs tag. | |||||
20w07a | Added beacon_base_blocks , wall_post_override and wither_summon_base_blocks block tags.
| ||||
Added beacon_payment_items item tag. | |||||
Removed netherrack and added fungi, roots, and nylium variants to the enderman_holdable block tag. | |||||
20w09a | Added climbable block tag.
| ||||
Added impact_projectiles entity tag. | |||||
Added potted crimson fungus, warped fungus, nether sprouts, and crimson roots to the flower_pots block tag. | |||||
20w10a | Added hoglin_repellents and piglin_repellents block tags.
| ||||
Added crimson hyphae, warped hyphae, and the stripped variants to their respective stem block and item tags. | |||||
20w11a | Added gold_ores and soul_speed_blocks block tags.
| ||||
Added gold_ores and piglin_repellents item tags. | |||||
Added twisted vines to the climbable block tag. | |||||
Added crying obsidian to the dragon_immune block tag. | |||||
Added potted warped fungus to the hoglin_repellents block tag. | |||||
20w12a | Added soul_fire_base_blocks block tag. | ||||
20w13a | Added the logs_that_burn and non_flammable_wood block and item tags.
| ||||
Added the strider_warm_blocks block tag. | |||||
The logs block and item tags now contain the logs_that_burn , crimson_stems and warped_stems block and item tags. | |||||
Added the respawn anchor the the dragon_immune block tag. | |||||
20w14a | Added nether portals and respawn anchors to the hoglin_repellents block tag. | ||||
20w15a | Added the campfires and guarded_by_piglins block tags.
| ||||
Added the furnace_materials , soul_fire_base_blocks and stone_tool_materials item tags. | |||||
Added polished blackstone, and (where applicable) blackstone blocks and items to the buttons , slabs , stairs and walls block and item tags. | |||||
Added soul campfires to the piglin_repellents block tag. | |||||
Added the #signs block tag and removed lanterns and soul fire lanterns from the wall_post_override block tag. | |||||
20w16a | Added the creeper_drop_music_discs item tag.
| ||||
Changed the music_discs item tag to use the #creeper_drop_music_discs item tag and the pigstep music disc. | |||||
20w17a | Added the pressure_plates and stone_pressure_plates block tags.
| ||||
Added the banners and signs block tags to the wall_post_override block tag. | |||||
20w18a | Added soul campfires to the piglin_repellents item tag. | ||||
20w19a | Added the prevent_mob_spawning_inside block tag.
| ||||
The slabs block and item tags now use the respective wooden_slabs tag. | |||||
20w20a | Added the piglin_loved item tag. | ||||
20w21a | Removed wither roses from the prevent_mob_spawning_inside block tag. | ||||
20w22a | Added the fence_gates and unstable_bottom_center block tags. | ||||
Pre-release 1 | Added gold nuggets to the piglin_loved item tag.
| ||||
The piglin_loved item tag now uses the gold_ores item tag. | |||||
Removed sweet berry bushes from the prevent_mob_spawning_inside block tag. | |||||
Pre-release 3 | Added infiniburn_end , infiniburn_nether and infiniburn_overworld block tags.
| ||||
Removed gold nuggets from the piglin_loved item tag. | |||||
1.16.2 | 20w27a | Added the mushroom_grow_block block tag. | |||
20w28a | Added the base_stone_nether and base_stone_overworld block tags.
| ||||
Added the stone_crafting_materials item tag. | |||||
Removed the furnace_materials item tag. | |||||
20w30a | Added the replace function tag property. | ||||
Upcoming Java Edition | |||||
1.17 | 20w45a | Added the candle_cakes , candles , cauldrons and crystal_sound_blocks block tags.
| |||
Added the candles , ignored_by_piglin_babies and piglin_food item tags. | |||||
20w46a | Added the snow_step_sound_blocks block tag.
| ||||
Added the powder_snow_walkable_mobs entity type tag. | |||||
Added powder snow cauldrons to the cauldrons block tag. | |||||
20w48a | Added the freeze_immune_wearables item tag.
| ||||
The snow_step_sound_blocks block tag has been renamed to inside_step_sound_block . | |||||
20w49a | Added the dripstone_replaceable_blocks and occludes_vibration_signals block tags.
| ||||
Added the new game events tag type. | |||||
Added the ignore_vibrations_stepping_carefully and vibrations game event tags. | |||||
20w51a | Added the axolotl_tempt_items and occludes_vibration_signals item tags.
| ||||
Added the axolotl_always_hostiles and axolotl_tempt_hostiles entity type tags. | |||||
Removed the eating_start game event from the vibrations game event tag. | |||||
21w03a | Added glow squids to the axolotl_always_hostiles entity type tag. | ||||
21w05a | Added the azalea_log_replaceable , cave_vines and lush_plants_replaceable block tags.
| ||||
Added the fox_food item tag. | |||||
Added azalea leaves and azalea leaves flowers to the leaves block and item tags. | |||||
Added foxes to the powder_snow_walkable_mobs entity type tag. | |||||
Changed the ignore_vibrations_stepping_carefully game event tag to ignore_vibrations_sneaking , and added the swim event. | |||||
Changed the vibrations game event tag to reflect the current list of game events. | |||||
21w07a | Added grimstone to the base_stone_overworld block tag and the stone_crafting_materials and stone_tool_materials item tags.
| ||||
Added various grimstone variants to the slabs , stairs and walls block and item tags. | |||||
21w08a | Added deepslate_ore_replaceables and stone_ore_replaceables block tags.
| ||||
Added diamond_ores , iron_ores , lapis_ores and redstone_ores block and item tags. | |||||
Added tuff to the base_stone_overworld block tag. | |||||
Added deepslate gold ore to the gold_ores block and item tags. | |||||
21w10a | Added coal_ores , copper_ores and emerald_ores block and item tags.
| ||||
Added the lush_ground_replaceable block tag. | |||||
Removed moss block, the #flowers block tag, grass, tall grass, moss carpet, small dripleaf, big dripleaf, big dripleaf stem, and vines from the lush_plants_replaceable block tag. | |||||
Removed the azalea_log_replaceable block tag. | |||||
21w11a | Added the cluster_max_harvestables item tag.
| ||||
Added both cave vine blocks to the climbable block tag. | |||||
Added tuff to the deepslate_ore_replaceables block tag, and removed it from the stone_ore_replaceables block tag. | |||||
Added tinted glass to the impermeable block tag. | |||||
21w13a | Added the dirt and snow block tags.
| ||||
Added the axolotl_hunt_targets , freeze_hurts_extra_types and freeze_immune_entity_types entity tags. | |||||
Changed the bamboo_plantable_on and enderman_holdable block tags to use the dirt block tag. | |||||
Added copper slab and stair variants to the slabs and stairs block and item tags, respectively. | |||||
Added flowering azaleas and flowering azalea leaves to the small_flowers block and item tags. | |||||
Removed the axolotl_tempted_hostiles entity tag, moving its contents to the axolotl_always_hostiles entity tag. | |||||
Added leather horse armor to the freeze_immune_wearables item tag. | |||||
21w14a | Added waxed oxidized cut copper stairs and slabs to the stairs and slabs block and item tags, respectively.
| ||||
Added raw gold to the piglin_loved item tag. |
Issues[edit]
Issues relating to "Tag" are maintained on the bug tracker. Report issues there.
Components | |
---|---|
Tutorials |