例如,我想将这些标签合并到我的物品中:
nbt: '{my-custom-nbt-tag:"hello this is a custom tag", another-tag:"useless"}'
items:custom_nbt_item_data:display_name:"Injected nbt data into this item"lore: - 'test item: custom_nbt_item_data' - 'test line from IA config 1' - 'test line from IA config 2' - 'test line from IA config 3'permission:examples.testnbt:'{my-custom-nbt-tag:"hello this is a custom tag", another-tag:"useless"}'resource:material:DIAMOND_SWORDgenerate:falsemodel_path:"minecraft:item/diamond"durability:durability:650max_durability:1324attribute_modifiers:mainhand:attackDamage:30attackSpeed:25
custom_nbt_item_custom_name:enabled:truedisplay_name:example_item_custom_namelore: - 'test item: custom_nbt_item_custom_name' - 'test line from IA config 1' - 'test line from IA config 2' - 'test line from IA config 3'permission:custom.testnbt:"{components:{\"minecraft:custom_name\":'{\"text\":\"TEST\", \"font\": \"alt\", \"italic\":false}', \"minecraft:custom_data\": {\"bro\":'asd'}}}"resource:material:DIAMOND_SWORDgenerate:falsemodel_path:"minecraft:item/diamond"durability:durability:650max_durability:1324attribute_modifiers:mainhand:attackDamage:30attackSpeed:25
items:custom_nbt_item_custom_name_legacy_nbt:enabled:truedisplay_name:custom_nbt_item_custom_name_legacy_nbtlore: - 'test item: custom_nbt_item_custom_name_legacy_nbt' - 'test line from IA config 1' - 'test line from IA config 2' - 'test line from IA config 3'permission:custom.testnbt:"{display:{Name:'{\"text\":\"TEST\", \"font\": \"alt\", \"italic\":false}'}}"resource:material:DIAMOND_SWORDgenerate:falsemodel_path:"minecraft:item/diamond"durability:durability:650max_durability:1324attribute_modifiers:mainhand:attackDamage:30attackSpeed:25