Minecraft Fabric 教程 #6 添加合成表

首发于Enaium的个人博客


位置 src\main\resources\data\endarmor\recipes\end_heart_block.json

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "WWW",
    "WWW",
    "WWW"
  ],
  "key": {
    "W": {
      "item": "endarmor:end_heart"
    }
  },
  "result": {
    "item": "endarmor:end_heart_block",
    "count": 4
  }
}

W就是key里面的物品如果是空的就打一个空格比如W W

猜你喜欢

转载自www.cnblogs.com/Enaium/p/12341774.html
今日推荐