返回上一级
掉落brazilian_delight_nullgr

apple_tray_2 掉落

loot_tables/apple_tray_2.json

掉落 brazilian_delight_nullgr:sweet_love_apple、minecraft:bowl

概述

掉落 brazilian_delight_nullgr:sweet_love_apple、minecraft:bowl

资料类型
掉落
命名空间
brazilian_delight_nullgr
所属模组
ywa-pgwfr
关联资料
0 条
掉落brazilian_delight_nullgr:sweet_love_appleminecraft:bowl

用途与获取

  • 这是掉落表资料,当前解析到 2 个掉落项。
  • 主要掉落:brazilian_delight_nullgr:sweet_love_apple、minecraft:bowl。

关联知识

当前解析结果还没有发现配方、掉落、地物或实体关联。

数据来源

来源文件
addon-ywapgwfr/behavior_pack_ywaPGWFr/loot_tables/apple_tray_2.json
条目 ID
loot_tables/apple_tray_2.json
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
建议补充获取方式和用途

掉落

物品权重数量
brazilian_delight_nullgr:sweet_love_apple14 - 4
minecraft:bowl11 - 1
技术区:组件 JSON
{
  "loot": {
    "id": "loot_tables/apple_tray_2.json",
    "drops": [
      {
        "itemId": "brazilian_delight_nullgr:sweet_love_apple",
        "weight": 1,
        "count": [
          4,
          4
        ]
      },
      {
        "itemId": "minecraft:bowl",
        "weight": 1,
        "count": [
          1,
          1
        ]
      }
    ],
    "pools": [
      {
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 4,
                  "min": 4
                },
                "function": "set_count"
              },
              {
                "data": 0,
                "function": "set_data"
              }
            ],
            "name": "brazilian_delight_nullgr:sweet_love_apple",
            "type": "item",
            "weight": 1
          }
        ],
        "rolls": 1
      },
      {
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 1,
                  "min": 1
                },
                "function": "set_count"
              },
              {
                "data": 0,
                "function": "set_data"
              }
            ],
            "name": "minecraft:bowl",
            "type": "item",
            "weight": 1
          }
        ],
        "rolls": 1
      }
    ]
  },
  "pools": [
    {
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 4,
                "min": 4
              },
              "function": "set_count"
            },
            {
              "data": 0,
              "function": "set_data"
            }
          ],
          "name": "brazilian_delight_nullgr:sweet_love_apple",
          "type": "item",
          "weight": 1
        }
      ],
      "rolls": 1
    },
    {
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 1,
                "min": 1
              },
              "function": "set_count"
            },
            {
              "data": 0,
              "function": "set_data"
            }
          ],
          "name": "minecraft:bowl",
          "type": "item",
          "weight": 1
        }
      ],
      "rolls": 1
    }
  ]
}