未命名¶
文档版本:1.21.50.25
架构¶
items:
{
string "format_version" : opt
object "minecraft:item" : opt
{
object "description" : opt
{
identifier "identifier"
string "category" : opt
}
object "components" : opt
{
string "minecraft:icon" : opt
string "minecraft:render_offsets" : opt
}
}
}
format_version
:string- A version that tells minecraft what type of data format can be expected when reading this file.
minecraft:item
:object- A resource pack definition of an item.
minecraft:item
description
:object- The description of an item.
description
identifier
:identifier- The item identifier.
category
:string- The category this item belongs in.
components
:object- The components that describe this item.
components
minecraft:icon
:string- The texture defined in
textures/item_texture.json
minecraft:render_offsets
:string- The render offset used for the item.