返回上一级
掉落immersive_cooking

andesite_warped 掉落

loot_tables/andesite_warped.json

掉落 immersive_cooking:andesite_warped_v2

概述

掉落 immersive_cooking:andesite_warped_v2

资料类型
掉落
命名空间
immersive_cooking
所属模组
t-xs9kji5
关联资料
0 条
掉落immersive_cooking:andesite_warped_v2

用途与获取

  • 这是掉落表资料,当前解析到 1 个掉落项。
  • 主要掉落:immersive_cooking:andesite_warped_v2。

关联知识

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

数据来源

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

掉落

物品权重数量
immersive_cooking:andesite_warped_v211 - 1
技术区:组件 JSON
{
  "loot": {
    "id": "loot_tables/andesite_warped.json",
    "drops": [
      {
        "itemId": "immersive_cooking:andesite_warped_v2",
        "weight": 1,
        "count": [
          1,
          1
        ]
      }
    ],
    "pools": [
      {
        "rolls": 1,
        "entries": [
          {
            "type": "item",
            "name": "immersive_cooking:andesite_warped_v2",
            "weight": 1,
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "min": 1,
                  "max": 1
                }
              },
              {
                "function": "set_data",
                "data": 0
              }
            ]
          }
        ]
      }
    ]
  },
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "immersive_cooking:andesite_warped_v2",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            },
            {
              "function": "set_data",
              "data": 0
            }
          ]
        }
      ]
    }
  ]
}