Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
Information icon
此特性為Java版獨有。
Ic translate
此條目的(部分)內容需要翻譯。

你可以幫助我們來翻譯此條目,但請勿使用機器翻譯

Disambig gray  本文章介紹的是資料包標籤。關於其他用途,請見「標籤(消歧義)」。

資料包中的標籤允許玩家使用JSON檔案將物品方塊函數組合在一起。

用途

為了使用在方塊、物品或函數標籤,JSON檔案必須分別放置於數據包的data/(命名空间)/tags/blocks, data/(命名空间)/tags/itemsdata/(命名空间)/tags/functions裡面。

方塊標籤可以在檢查方塊參數時以#(命名空间):(tag)的形式被呼叫,如果指定方塊符合任何紀錄於標籤內的方塊那麼將會輸出成功。物品標籤可以在檢查物品參數時以#(命名空间):(tag)的形式或者在配方、進度中以"tag": "(命名空间):(tag)"的形式被調用,如果指定物品符合任何紀錄於標籤內的物品那麼將會輸出成功。函數標籤可以在/function指令中以#(命名空间):(tag)的形式被調用,這將會讓多個函數依據順序分別執行。

而遊戲本身也使用了這些標籤。原版方塊標籤被用於各種方塊屬性。原版物品標籤被用於各種物品屬性、原版進度檔案與原版配方檔案。但是並不存在原版函數標籤,因為並不存在原版函數,但任何標記於minecraft:tick標籤的函數都會在每一刻的刻開始時執行,而被標記於minecraft:load標籤的函數則會在載入及重載時執行。

JSON格式

  • 根標籤。
    •  replace:是否這個標籤應該完全的覆蓋來自較低優先級資料包之同命名空間的同名標籤,當設定為false時則為為此標簽進行補充。預設為false
    •  values:一個物品、方塊或函數列表。將會接受同類型的其他標籤,但遞歸仍是不可能的。
      •  (命名空間):(名稱):一個列表中的物品、方塊或函數元素。
      •  #(命名空間):(名稱):一個列表中的物品、方塊或函數標籤,標籤必須是同種類型。

標籤列表

方塊

標籤名稱 用途
minecraft:acacia_logs minecraft:acacia_log, minecraft:acacia_wood, minecraft:stripped_acacia_log, minecraft:stripped_acacia_wood -
minecraft:anvil minecraft:anvil、minecraft:chipped_anvil、minecraft:damaged_anvil
  • 用來決定哪些方塊能夠用來打開鐵砧的GUI介面。對其他方塊無效,但是將預設元素移出該標籤會使得GUI不出現。
  • 用來決定其下落方塊形式是否傷害實體,用於死亡訊息。
  • Used to determine if a block has a chance to get "damaged" or break upon landing. Adding blocks to this tag that can naturally fall will not make them have a chance to break upon landing when they fall naturally. For example adding minecraft:sand will not make falling sand blocks that are created naturally have a chance to break, but falling sand blocks summoned with a command will have a chance to break.
  • Used in reading NBT from falling block entities to set the internal hurtEntities boolean to true if the entity did not have a HurtEntities NBT key.
  • 用來決定方塊是否有機會被透過鐵砧GUI破損。
minecraft:banners minecraft:white_banner、minecraft:orange_banner、minecraft:magenta_banner、minecraft:light_blue_banner、minecraft:yellow_banner、minecraft:lime_banner、minecraft:pink_banner、minecraft:gray_banner、minecraft:light_gray_banner、minecraft:cyan_banner、minecraft:purple_banner、minecraft:blue_banner、minecraft:brown_banner、minecraft:green_banner、minecraft:red_banner、minecraft:black_banner、minecraft:white_wall_banner、minecraft:orange_wall_banner、minecraft:magenta_wall_banner、minecraft:light_blue_wall_banner、minecraft:yellow_wall_banner、minecraft:lime_wall_banner、minecraft:pink_wall_banner、minecraft:gray_wall_banner、minecraft:light_gray_wall_banner、minecraft:cyan_wall_banner、minecraft:purple_wall_banner、minecraft:blue_wall_banner、minecraft:brown_wall_banner、minecraft:green_wall_banner、minecraft:red_wall_banner、minecraft:black_wall_banner -
minecraft:birch_logs minecraft:birch_log、minecraft:birch_bark、minecraft:stripped_birch_log、minecraft:stripped_birch_bark -
minecraft:buttons #minecraft:wooden_buttons、minecraft:stone_button -
minecraft:carpets minecraft:white_carpet、minecraft:orange_carpet、minecraft:magenta_carpet、minecraft:light_blue_carpet、minecraft:yellow_carpet、minecraft:lime_carpet、minecraft:pink_carpet、minecraft:gray_carpet、minecraft:light_gray_carpet、minecraft:cyan_carpet、minecraft:purple_carpet、minecraft:blue_carpet、minecraft:brown_carpet、minecraft:green_carpet、minecraft:red_carpet、minecraft:black_carpet -
minecraft:coral_blocks minecraft:tube_coral_block, minecraft:brain_coral_block, minecraft:bubble_coral_block, minecraft:fire_coral_block, minecraft:horn_coral_block -
minecraft:corals minecraft:tube_coral, minecraft:brain_coral, minecraft:bubble_coral, minecraft:fire_coral, minecraft:horn_coral, minecraft:tube_coral_fan, minecraft:brain_coral_fan, minecraft:bubble_coral_fan, minecraft:fire_coral_fan, minecraft:horn_coral_fan -
minecraft:dark_oak_logs minecraft:dark_oak_log, minecraft:dark_oak_bark, minecraft:stripped_dark_oak_log, minecraft:stripped_dark_oak_bark -
minecraft:doors #minecraft:wooden_doors、minecraft:iron_door -
minecraft:enderman_holdable minecraft:grass_block、minecraft:dirt、minecraft:coarse_dirt、minecraft:podzol、minecraft:sand、minecraft:red_sand、minecraft:gravel、minecraft:dandelion、minecraft:poppy、minecraft:blue_orchid、minecraft:allium、minecraft:azure_bluet、minecraft:red_tulip、minecraft:orange_tulip、minecraft:white_tulip、minecraft:pink_tulip、minecraft:oxeye_daisy、minecraft:brown_mushroom、minecraft:red_mushroom、minecraft:tnt、minecraft:cactus、minecraft:clay、minecraft:pumpkin、minecraft:carved_pumpkin、minecraft:melon_block、minecraft:mycelium、minecraft:netherrack
minecraft:flower_pots minecraft:flower_pot、minecraft:potted_poppy、minecraft:potted_blue_orchid、minecraft:potted_allium、minecraft:potted_azure_bluet、minecraft:potted_red_tulip、minecraft:potted_orange_tulip、minecraft:potted_white_tulip、minecraft:potted_pink_tulip、minecraft:potted_oxeye_daisy、minecraft:potted_dandelion、minecraft:potted_oak_sapling、minecraft:potted_spruce_sapling、minecraft:potted_birch_sapling、minecraft:potted_jungle_sapling、minecraft:potted_acacia_sapling、minecraft:potted_dark_oak_sapling、minecraft:potted_red_mushroom、minecraft:potted_brown_mushroom、minecraft:potted_dead_bush、minecraft:potted_fern、minecraft:potted_cactus -
minecraft:ice minecraft:ice, minecraft:packed_ice, minecraft:blue_ice, minecraft:frosted_ice -
minecraft:impermeable minecraft:glass, minecraft:white_stained_glass, minecraft:orange_stained_glass, minecraft:magenta_stained_glass, minecraft:light_blue_stained_glass, minecraft:yellow_stained_glass, minecraft:lime_stained_glass, minecraft:pink_stained_glass, minecraft:gray_stained_glass, minecraft:light_gray_stained_glass, minecraft:cyan_stained_glass, minecraft:purple_stained_glass, minecraft:blue_stained_glass, minecraft:brown_stained_glass, minecraft:green_stained_glass, minecraft:red_stained_glass, minecraft:black_stained_glass
  • Blocks in this tag will not let fluids drip through.
minecraft:jungle_logs minecraft:jungle_log, minecraft:jungle_bark, minecraft:stripped_jungle_log, minecraft:stripped_jungle_bark -
minecraft:leaves minecraft:jungle_leaves, minecraft:oak_leaves, minecraft:spruce_leaves, minecraft:dark_oak_leaves, minecraft:acacia_leaves, minecraft:birch_leaves -
minecraft:logs #minecraft:dark_oak_logs, #minecraft:oak_logs, #minecraft:acacia_logs, #minecraft:birch_logs, #minecraft:jungle_logs, #minecraft:spruce_logs
  • Used for one of the requirements for settling on a block position for the parrot wandering AI.
  • 如果該標籤的方塊周圍有樹葉,樹葉方塊會將其check_decay方塊狀態設為false。
  • 樹會生長進入此標籤的方塊。
  • If blocks in the default village structures match blocks inside this tag, they will be replaced by either sandstone, spruce logs or acacia logs (depending on the biome).
  • Checks progress for the punch_tree tutorial step.
minecraft:oak_logs minecraft:oak_log, minecraft:oak_bark, minecraft:stripped_oak_log, minecraft:stripped_oak_bark -
minecraft:planks minecraft:oak_planks、minecraft:spruce_planks、minecraft:birch_planks、minecraft:jungle_planks、minecraft:acacia_planks、minecraft:dark_oak_planks
  • 如果預設村莊結構的方塊有此標籤中的方塊,則這些方塊會被替換為平滑砂岩、杉木材和相思木材(取決於生態域)。
minecraft:rails minecraft:rail, minecraft:powered_rail, minecraft:detector_rail, minecraft:activator_rail -
minecraft:sand minecraft:sand, minecraft:red_sand -
minecraft:saplings minecraft:oak_sapling、minecraft:spruce_sapling、minecraft:birch_sapling、minecraft:jungle_sapling、minecraft:acacia_sapling、minecraft:dark_oak_sapling
  • 樹會生長進入此標籤的方塊。
minecraft:slabs minecraft:stone_slab, minecraft:stone_brick_slab, minecraft:sandstone_slab, minecraft:acacia_slab, minecraft:birch_slab, minecraft:dark_oak_slab, minecraft:jungle_slab, minecraft:oak_slab, minecraft:spruce_slab, minecraft:purpur_slab, minecraft:quartz_slab, minecraft:red_sandstone_slab, minecraft:brick_slab, minecraft:cobblestone_slab, minecraft:nether_brick_slab, minecraft:petrified_oak_slab, minecraft:prismarine_slab, minecraft:prismarine_bricks_slab, minecraft:dark_prismarine_slab -
minecraft:spruce_logs minecraft:spruce_log, minecraft:spruce_bark, minecraft:stripped_spruce_log, minecraft:stripped_spruce_bark -
minecraft:stairs minecraft:oak_stairs, minecraft:cobblestone_stairs, minecraft:spruce_stairs, minecraft:sandstone_stairs, minecraft:acacia_stairs, minecraft:jungle_stairs, minecraft:birch_stairs, minecraft:dark_oak_stairs, minecraft:nether_brick_stairs, minecraft:stone_brick_stairs, minecraft:brick_stairs, minecraft:purpur_stairs, minecraft:quartz_stairs, minecraft:red_sandstone_stairs, minecraft:prismarine_bricks_stairs, minecraft:prismarine_stairs, minecraft:dark_prismarine_stairs -
minecraft:stone_bricks minecraft:stone_bricks、minecraft:mossy_stone_bricks、minecraft:cracked_stone_bricks、minecraft:chiseled_stone_bricks -
minecraft:underwater_bonemeals minecraft:seagrass, #minecraft:corals, #minecraft:wall_corals
  • Blocks in this tag will replace water source blocks (within 5 horizontal and 2 vertical blocks) when bone meal is used under water in warm ocean biomes.
  • If the blocks in this tag are customized, the behavior will be applied to water source blocks in any biome. These blocks won't be waterlogged by default.
minecraft:valid_spawn minecraft:grass_block, minecraft:podzol
  • Used to determine if a location is a valid spawn position for the player.
minecraft:wall_corals minecraft:tube_coral_wall_fan, minecraft:brain_coral_wall_fan, minecraft:bubble_coral_wall_fan, minecraft:fire_coral_wall_fan, minecraft:horn_coral_wall_fan -
minecraft:wooden_buttons minecraft:oak_button、minecraft:spruce_button、minecraft:birch_button、minecraft:jungle_button、minecraft:acacia_button、minecraft:dark_oak_button
  • 用於標籤#minecraft:buttons。
minecraft:wooden_doors minecraft:oak_door、minecraft:spruce_door、minecraft:birch_door、minecraft:jungle_door、minecraft:acacia_door、minecraft:dark_oak_door
  • 用於標籤#minecraft:doors。
minecraft:wooden_pressure_plates minecraft:oak_pressure_plate、minecraft:spruce_pressure_plate、minecraft:birch_pressure_plate、minecraft:jungle_pressure_plate、minecraft:acacia_pressure_plate、minecraft:dark_oak_pressure_plate -
minecraft:wooden_slabs minecraft:oak_slab、minecraft:spruce_slab、minecraft:birch_slab、minecraft:jungle_slab、minecraft:acacia_slab、minecraft:dark_oak_slab -
minecraft:wooden_stairs minecraft:oak_stair、minecraft:spruce_stair、minecraft:birch_stair、minecraft:jungle_stairs、minecraft:acacia_stairs、minecraft:dark_oak_stairs -
minecraft:wool minecraft:white_wool、minecraft:orange_wool、minecraft:magenta_wool、minecraft:light_blue_wool、minecraft:yellow_wool、minecraft:lime_wool、minecraft:pink_wool、minecraft:gray_wool、minecraft:light_gray_wool、minecraft:cyan_wool、minecraft:purple_wool、minecraft:blue_wool、minecraft:brown_wool、minecraft:green_wool、minecraft:red_wool、minecraft:black_wool
  • 此標籤的方塊可以被使用剪刀快速破壞,並增加剪刀的使用統計。
  • 放在該標籤的方塊上的音階盒會發出吉他音效。

流體

Tag name Values Usage
minecraft:lava minecraft:lava, minecraft:flowing_lava
  • Cactus breaks when next to this fluid
  • Used to enable the lava texture on a fluid (MC-129244?)
  • Used to create a smoke particle from rain instead of the normal rain particle
  • Used to enable lava-like fog
  • Items and experience orbs burn when in this fluid
  • When a bucket containing this fluid is placed, it uses the lava sound effect
  • Indicates a LAVA pathfinder node
  • Used in the process of forming stone/cobblestone/obsidian
minecraft:water minecraft:water, minecraft:flowing_water
  • Coral must have this on at least one side
  • Coral fans must be placed in this
  • Farmland uses this to determine hydration
  • Sugar Cane checks if this fluid, or a frosted ice block, is present next to the block below its base.
  • Sponges can absorb this fluid
  • Several particles use this to determine whether they should persist (minecraft:bubble, minecraft:bubble_column_up, minecraft:current_down, minecraft:underwater)
  • The drip particle internally uses this to determine its color.
  • Used to enable water fog
  • Determines if entities move as if they are in water
  • Indicates a WATER pathfinder node. Certain mobs will pathfind towards this.
  • Boats check for this
  • Concrete solidifies in this.
  • Items and experience orbs float in this.
  • Guardians, squid, and turtles check for this
  • Fishing bobbers bob in this
  • Glass bottles may be filled in this
  • This fluid cannot be placed by buckets in the nether

物品

標籤名稱 Values Usage
minecraft:acacia_logs minecraft:acacia_log, minecraft:acacia_wood, minecraft:stripped_acacia_log, minecraft:stripped_acacia_wood
  • Used in the 'acacia_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:anvil minecraft:anvil, minecraft:chipped_anvil, minecraft:damaged_anvil -
minecraft:banners minecraft:white_banner, minecraft:orange_banner, minecraft:magenta_banner, minecraft:light_blue_banner, minecraft:yellow_banner, minecraft:lime_banner, minecraft:pink_banner, minecraft:gray_banner, minecraft:light_gray_banner, minecraft:cyan_banner, minecraft:purple_banner, minecraft:blue_banner, minecraft:brown_banner, minecraft:green_banner, minecraft:red_banner, minecraft:black_banner
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 300.
minecraft:birch_logs minecraft:birch_log, minecraft:birch_wood, minecraft:stripped_birch_log, minecraft:stripped_birch_wood
  • Used in the 'birch_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:boats minecraft:oak_boat, minecraft:spruce_boat, minecraft:birch_boat, minecraft:jungle_boat, minecraft:acacia_boat, minecraft:dark_oak_boat
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 200.
minecraft:buttons #minecraft:wooden_buttons, minecraft:stone_button -
minecraft:carpets minecraft:white_carpet, minecraft:orange_carpet, minecraft:magenta_carpet, minecraft:light_blue_carpet, minecraft:yellow_carpet, minecraft:lime_carpet, minecraft:pink_carpet, minecraft:gray_carpet, minecraft:light_gray_carpet, minecraft:cyan_carpet, minecraft:purple_carpet, minecraft:blue_carpet, minecraft:brown_carpet, minecraft:green_carpet, minecraft:red_carpet, minecraft:black_carpet
  • Used to check whether or not an item can go in the decoration slot of a llama, but items other than carpets will not change the llama visually.
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 67.
minecraft:dark_oak_logs minecraft:dark_oak_log, minecraft:dark_oak_wood, minecraft:stripped_dark_oak_log, minecraft:stripped_dark_oak_wood
  • Used in the 'dark_oak_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:doors #minecraft:wooden_doors, minecraft:iron_door -
minecraft:fishes minecraft:cod, minecraft:cooked_cod, minecraft:salmon, minecraft:cooked_salmon, minecraft:pufferfish, minecraft:tropical_fish
  • Used by dolphins to pick a player to swim to. The item can be both in the main and offhand.
  • Feeding a dolphin one of these items will increase their 'trust' in you.
  • Used by the fish_caught statistic to determine how many fish you've caught.
minecraft:jungle_logs minecraft:jungle_log, minecraft:jungle_wood, minecraft:stripped_jungle_log, minecraft:stripped_jungle_wood
  • Used in the 'jungle_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:leaves minecraft:jungle_leaves, minecraft:oak_leaves, minecraft:spruce_leaves, minecraft:dark_oak_leaves, minecraft:acacia_leaves, minecraft:birch_leaves -
minecraft:logs minecraft:oak_log, minecraft:spruce_log, minecraft:birch_log, minecraft:jungle_log, minecraft:acacia_log, minecraft:dark_oak_log, minecraft:oak_bark, minecraft:spruce_bark, minecraft:birch_bark, minecraft:jungle_bark, minecraft:acacia_bark, minecraft:dark_oak_bark
  • Used in various checks to either skip or progress with the "punch_tree" tutorial step.
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 300.
minecraft:oak_logs minecraft:oak_log, minecraft:oak_wood, minecraft:stripped_oak_log, minecraft:stripped_oak_wood
  • Used in the 'oak_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:planks minecraft:oak_planks, minecraft:spruce_planks, minecraft:birch_planks, minecraft:jungle_planks, minecraft:acacia_planks, minecraft:dark_oak_planks
  • Used as a last check for the repair items of a tool, which is used by wooden tools.
  • Used as a check for the repair item of shields.
  • Used in various checks to either skip or progress with the "craft_planks" tutorial step.
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 300.
  • Used in these 3 advancement files and these 32 recipe files.
minecraft:rails minecraft:rail, minecraft:powered_rail, minecraft:detector_rail, minecraft:activator_rail -
minecraft:sand minecraft:sand, minecraft:red_sand
  • Used in the 'glass.json' advancement and recipe files.
minecraft:saplings minecraft:oak_sapling, minecraft:spruce_sapling, minecraft:birch_sapling, minecraft:jungle_sapling, minecraft:acacia_sapling, minecraft:dark_oak_sapling
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 100.
minecraft:slabs minecraft:stone_slab, minecraft:stone_brick_slab, minecraft:sandstone_slab, minecraft:acacia_slab, minecraft:birch_slab, minecraft:dark_oak_slab, minecraft:jungle_slab, minecraft:oak_slab, minecraft:spruce_slab, minecraft:purpur_slab, minecraft:quartz_slab, minecraft:red_sandstone_slab, minecraft:brick_slab, minecraft:cobblestone_slab, minecraft:nether_brick_slab, minecraft:petrified_oak_slab, minecraft:prismarine_slab, minecraft:prismarine_bricks_slab, minecraft:dark_prismarine_slab -
minecraft:spruce_logs minecraft:spruce_log, minecraft:spruce_wood, minecraft:stripped_spruce_log, minecraft:stripped_spruce_wood
  • Used in the 'spruce_planks.json' advancement and recipe files, and the 'logs.json' item tag file.
minecraft:stairs minecraft:oak_stairs, minecraft:cobblestone_stairs, minecraft:spruce_stairs, minecraft:sandstone_stairs, minecraft:acacia_stairs, minecraft:jungle_stairs, minecraft:birch_stairs, minecraft:dark_oak_stairs, minecraft:nether_brick_stairs, minecraft:stone_brick_stairs, minecraft:brick_stairs, minecraft:purpur_stairs, minecraft:quartz_stairs, minecraft:red_sandstone_stairs, minecraft:prismarine_bricks_stairs, minecraft:prismarine_stairs, minecraft:dark_prismarine_stairs -
minecraft:stone_bricks minecraft:stone_bricks, minecraft:mossy_stone_bricks, minecraft:cracked_stone_bricks, minecraft:chiseled_stone_bricks
  • Used in these 3 advancement files and these 2 recipe files.
minecraft:wooden_buttons minecraft:oak_button, minecraft:spruce_button, minecraft:birch_button, minecraft:jungle_button, minecraft:acacia_button, minecraft:dark_oak_button
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 100.
  • Used in the 'buttons.json' item tag file.
minecraft:wooden_doors minecraft:oak_door, minecraft:spruce_door, minecraft:birch_door, minecraft:jungle_door, minecraft:acacia_door, minecraft:dark_oak_door
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 200.
  • Used in the 'doors.json' item tag file.
minecraft:wooden_pressure_plates minecraft:oak_pressure_plate, minecraft:spruce_pressure_plate, minecraft:birch_pressure_plate, minecraft:jungle_pressure_plate, minecraft:acacia_pressure_plate, minecraft:dark_oak_pressure_plate
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 300.
minecraft:wooden_slabs minecraft:oak_slab, minecraft:spruce_slab, minecraft:birch_slab, minecraft:jungle_slab, minecraft:acacia_slab, minecraft:dark_oak_slab
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 150.
  • Used in the 'daylight_detector.json' recipe file.
minecraft:wooden_stairs minecraft:oak_stair, minecraft:spruce_stair, minecraft:birch_stair, minecraft:jungle_stairs, minecraft:acacia_stairs, minecraft:dark_oak_stairs
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 300.
minecraft:wool minecraft:white_wool, minecraft:orange_wool, minecraft:magenta_wool, minecraft:light_blue_wool, minecraft:yellow_wool, minecraft:lime_wool, minecraft:pink_wool, minecraft:gray_wool, minecraft:light_gray_wool, minecraft:cyan_wool, minecraft:purple_wool, minecraft:blue_wool, minecraft:brown_wool, minecraft:green_wool, minecraft:red_wool, minecraft:black_wool
  • Used to check if an item can go in the fuel slot of a furnace and to return a burn time of 100.
  • Used in the 'painting.json' advancement and recipe file.

歷史

release
1.1317w49a為方塊和物品加入了標籤。
Added the vanilla block tags minecraft:planks and minecraft:wool.
Added the vanilla item tags minecraft:planks and minecraft:wool.
17w49bFunction can now be tagged.
Functions tagged in minecraft:tick now run every tick in the beginning of the tick.
Added the vanilla block tags minecraft:buttons, minecraft:carpets, minecraft:doors, minecraft:flower_pots, minecraft:logs, minecraft:saplings and minecraft:stone_bricks.
Added the vanilla item tags minecraft:buttons, minecraft:carpets, minecraft:doors, minecraft:logs, minecraft:saplings and minecraft:stone_bricks.
17w50aAdded the vanilla block tags minecraft:wooden_buttons and minecraft:wooden_doors.
Added the vanilla item tags minecraft:wooden_buttons and minecraft:wooden_doors.
Updated the vanilla block and item tags minecraft:buttons and minecraft:doors to include minecraft:stone_button and minecraft:iron_door respectively.
18w01aFunctions tagged in minecraft:load will now run once after a (re)load.
Added the vanilla block tag minecraft:anvil.
18w02aAdded the vanilla block tag minecraft:enderman_holdable.
18w06aAdded the vanilla block tags minecraft:banners, minecraft:wooden_pressure_plates, minecraft:wooden_slabs, and minecraft:wooden_stairs.
Added the vanilla item tags minecraft:banners, minecraft:boats, minecraft:wooden_pressure_plates, minecraft:wooden_slabs, and minecraft:wooden_stairs.
18w07aAdded the vanilla block tags minecraft:slabs, minecraft:stairs and minecraft:water_hacked.
Added the block and item tags minecraft:acacia_logs, minecraft:birch_logs, minecraft:dark_oak_logs, minecraft:jungle_logs, minecraft:oak_logs, and minecraft:spruce_logs
18w07bAdded the block tag minecraft:waterlogged.
Added the block and item tags minecraft:rails and minecraft:sand.
18w09aAdded vanilla block and item tag minecraft:coral.
The minecraft:water_hacked tag now includes chests.
18w10aAdded the block and item tag coral_plants.
The waterlogged block tag now includes coral plants.
18w10cRemoved the block tags water_hacked and waterlogged.
18w19aAdded the block tag leaves, the fluid tags water and lava, and the item tags fishes and leaves.
pre8Added the block tag wall_corals and impermeable.
1.13.118w31aAdded the block tag underwater_bonemeals.

錯誤

Template:Issue list

Advertisement