返回上一级
minecraft:arrow_spawn_egg配方
配方brazilian_delight_nullgr

minecraft:arrow_spawn_egg配方

brazilian_delight_nullgr:repugnant_arrow

有序合成,产出 brazilian_delight_nullgr:repugnant_arrow

概述

有序合成,产出 brazilian_delight_nullgr:repugnant_arrow

资料类型
配方
命名空间
brazilian_delight_nullgr
所属模组
ywa-pgwfr
关联资料
1 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:minecraft:arrow_spawn_egg。
  • 布局:工作台 3x3。

关联知识

数据来源

来源文件
addon-ywapgwfr/behavior_pack_ywaPGWFr/netease_recipes/repugnant_arrow.json
条目 ID
brazilian_delight_nullgr:repugnant_arrow
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

feather
feather
类型
有序合成
布局
工作台 3x3
产出
minecraft:arrow_spawn_egg
产物预览
minecraft:arrow_spawn_egg
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "brazilian_delight_nullgr:repugnant_arrow",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:stick",
      "minecraft:feather"
    ],
    "outputIds": [
      "brazilian_delight_nullgr:repugnant_arrow"
    ],
    "pattern": [
      "G",
      "S",
      "F"
    ],
    "grid": [
      null,
      "minecraft:stick",
      "minecraft:feather"
    ],
    "ingredients": [
      {
        "slot": "S",
        "item": "minecraft:stick"
      },
      {
        "slot": "G",
        "tag": "garlic_bulb"
      },
      {
        "slot": "F",
        "item": "minecraft:feather"
      }
    ],
    "results": [
      {
        "item": "brazilian_delight_nullgr:repugnant_arrow"
      }
    ],
    "slots": [
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:feather",
        "rawId": "minecraft:feather",
        "aux": "undefined",
        "count": 1,
        "label": "feather",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "brazilian_delight_nullgr:repugnant_arrow",
        "rawId": "brazilian_delight_nullgr:repugnant_arrow",
        "aux": "undefined",
        "count": 1,
        "label": "minecraft:arrow_spawn_egg",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/repugnant_arrow.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}