Recipes API

Wiki

简介

Recipes API 新增了一种无序配方类型,能在合成时消耗物品耐久。

用于有序合成的配方类型正在制作。

用法

无序合成

    {

    "type": "recipesapi:damage_tool_shapeless",

    "ingredients": [

    {

    "item": "输入物品A"

    },

    {

    "item": "输入物品B"

    }

    ],

    "result": {

    "item": "输出物品",

    "count": 输出数量

    }

    }

有序合成

  • 制作中