Source of resources Original Copyright link 本帖 API 1.0.8 Language Chinese(Simplified) 自定义合成 为服务器添加更多的合成/熔炉配方 ps. 明明这么有趣的功能为什么没人发布呢.... 当前版本: v1.1.0 GitHub开源: https://github.com/SmallasWater/CustomCraft {:emerald:}实现功能{:emerald:}√ 自定义工作台合成配方 √ 自定义熔炉配方 √ NBT物品 {:emerald:}使用说明{:emerald:} 本插件自带部分合成配方指令介绍: /craft add <名称> 将手中物品添加至 nbtitems.json 用作合成 注意事项: 1. 请不要和原版合成冲突 2. 合成物品请保持一致,不要nbt和普通物品混用 3. 在物品ID相同的情况下,不要让物品摆放位置重复 4. 配置文件采用 json 文件,配置此插件需要掌握一定的json基础 配置文件: Spoiler type: 0 : 代表无序合成任意摆放位置均可合成 type: 1: 代表有序合成 需要按照shape 的格式摆放 特殊值-1则 合成不考虑物品特殊值 nbt物品请写 名称@nbt 不要写"17:0:名称@nbt" 格式为: (output: "名称@nbt") { "recipes": [{ "type": 0, "input":[ "17:-1" ], "output": "58:0"}, { "type": 1, "input": { "A": "17:-1" }, "shape":[ "AAA", "A A", "AAA" ], "output": "54:0:4"} ] } Click to expand... {:emerald:}插件演示{:emerald:} Spoiler Reactions: he2643312343, Mcayear and 落雪