Item¶
文档版本:1.21.50.25
Minecraft items
架构¶
format_version:format_version
minecraft:item:items
items:
{
object "description" : opt
{
identifier "identifier"
boolean "is_experimental" : opt
object "menu_category" : opt
{
item_group "group"
creative_category "category"
boolean "is_hidden_in_commands" : opt
}
}
object "components" : opt
{
minecraft:allow_off_hand "minecraft:allow_off_hand"
minecraft:block_placer "minecraft:block_placer"
minecraft:bundle_interaction "minecraft:bundle_interaction"
minecraft:can_destroy_in_creative "minecraft:can_destroy_in_creative"
minecraft:cooldown "minecraft:cooldown"
custom_components "minecraft:custom_components"
minecraft:damage "minecraft:damage"
minecraft:damage_absorption "minecraft:damage_absorption"
minecraft:digger "minecraft:digger"
minecraft:display_name "minecraft:display_name"
764203503 "minecraft:durability_sensor"
minecraft:durability "minecraft:durability"
minecraft:dyeable "minecraft:dyeable"
minecraft:enchantable "minecraft:enchantable"
minecraft:entity_placer "minecraft:entity_placer"
minecraft:food "minecraft:food"
minecraft:fuel "minecraft:fuel"
minecraft:foil "minecraft:glint"
minecraft:hand_equipped "minecraft:hand_equipped"
minecraft:icon "minecraft:icon"
minecraft:liquid_clipped "minecraft:liquid_clipped"
minecraft:max_stack_size "minecraft:max_stack_size"
minecraft:projectile "minecraft:projectile"
minecraft:record "minecraft:record"
minecraft:rarity "minecraft:rarity"
minecraft:repairable "minecraft:repairable"
minecraft:shooter "minecraft:shooter"
minecraft:should_despawn "minecraft:should_despawn"
minecraft:stacked_by_data "minecraft:stacked_by_data"
minecraft:storage_item "minecraft:storage_item"
minecraft:tags "minecraft:tags"
minecraft: "minecraft:throwable"
minecraft:use_animation "minecraft:use_animation"
minecraft:use_modifiers "minecraft:use_modifiers"
minecraft:wearable "minecraft:wearable"
}
}
description:object- The description for this item
descriptionidentifier:identifier- The identifier for this item. The name must include a namespace and must not use the Minecraft namespace unless overriding a Vanilla item.
is_experimental:boolean- If this item is experimental, it will only be registered if the world is marked as experimental.
menu_category:object- The Creative Category that includes the specified item.
menu_categorycomponents:object- The components of this item.
componentsminecraft:allow_off_hand:minecraft:allow_off_handminecraft:allow_off_hand组件。The components of this item.
minecraft:block_placer:minecraft:block_placerminecraft:block_placer组件。The components of this item.
minecraft:bundle_interaction:minecraft:bundle_interactionminecraft:bundle_interaction组件。The components of this item.
minecraft:can_destroy_in_creative:minecraft:can_destroy_in_creativeminecraft:can_destroy_in_creative组件。The components of this item.
minecraft:cooldown:minecraft:cooldownminecraft:cooldown组件。The components of this item.
minecraft:custom_components:custom_componentsminecraft:custom_components组件。The components of this item.
minecraft:damage:minecraft:damageminecraft:damage组件。The components of this item.
minecraft:damage_absorption:minecraft:damage_absorptionminecraft:damage_absorption组件。The components of this item.
minecraft:digger:minecraft:diggerminecraft:digger组件。The components of this item.
minecraft:display_name:minecraft:display_nameminecraft:display_name组件。The components of this item.
minecraft:durability_sensor:764203503minecraft:durability_sensor组件。The components of this item.
minecraft:durability:minecraft:durabilityminecraft:durability组件。The components of this item.
minecraft:dyeable:minecraft:dyeableminecraft:dyeable组件。The components of this item.
minecraft:enchantable:minecraft:enchantableminecraft:enchantable组件。The components of this item.
minecraft:entity_placer:minecraft:entity_placerminecraft:entity_placer组件。The components of this item.
minecraft:food:minecraft:foodminecraft:food组件。The components of this item.
minecraft:fuel:minecraft:fuelminecraft:fuel组件。The components of this item.
minecraft:glint:minecraft:foilminecraft:glint组件。The components of this item.
minecraft:hand_equipped:minecraft:hand_equippedminecraft:hand_equipped组件。The components of this item.
minecraft:icon:minecraft:iconminecraft:icon组件。The components of this item.
minecraft:liquid_clipped:minecraft:liquid_clippedminecraft:liquid_clipped组件。The components of this item.
minecraft:max_stack_size:minecraft:max_stack_sizeminecraft:max_stack_size组件。The components of this item.
minecraft:projectile:minecraft:projectileminecraft:projectile组件。The components of this item.
minecraft:record:minecraft:recordminecraft:record组件。The components of this item.
minecraft:rarity:minecraft:rarityminecraft:rarity组件。The components of this item.
minecraft:repairable:minecraft:repairableminecraft:repairable组件。The components of this item.
minecraft:shooter:minecraft:shooterminecraft:shooter组件。The components of this item.
minecraft:should_despawn:minecraft:should_despawnminecraft:should_despawn组件。The components of this item.
minecraft:stacked_by_data:minecraft:stacked_by_dataminecraft:stacked_by_data组件。The components of this item.
minecraft:storage_item:minecraft:storage_itemminecraft:storage_item组件。The components of this item.
minecraft:tags:minecraft:tagsminecraft:tags组件。The components of this item.
minecraft:throwable:minecraft:minecraft:throwable组件。The components of this item.
minecraft:use_animation:minecraft:use_animationminecraft:use_animation组件。The components of this item.
minecraft:use_modifiers:minecraft:use_modifiersminecraft:use_modifiers组件。The components of this item.
minecraft:wearable:minecraft:wearableminecraft:wearable组件。The components of this item.