item.yml

示例物品(不支持右键触发):

# item.yml
items:
  custom_item_1:
    name: "测试用物品" #备注物品名(不计入lang文件)
    namespace: "coreextensions" #命名空间(string类型)
    id: "custom_item" #物品ID(string类型)
    maxCount: 64 #最大堆叠数(整数int类型)

最后更新于