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.

漏洞

Template:Issue list

Advertisement