返回上一级
掉落miners_delight

cave_carrots 掉落

loot_tables/cave_carrots.json

掉落 miners_delight:cave_carrot

掉落

物品权重数量
miners_delight:cave_carrot13 - 5

组件摘要

{
  "loot": {
    "id": "loot_tables/cave_carrots.json",
    "drops": [
      {
        "itemId": "miners_delight:cave_carrot",
        "weight": 1,
        "count": [
          3,
          5
        ]
      }
    ],
    "pools": [
      {
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 5,
                  "min": 3
                },
                "function": "set_count"
              },
              {
                "data": 0,
                "function": "set_data"
              }
            ],
            "name": "miners_delight:cave_carrot",
            "type": "item",
            "weight": 1
          }
        ],
        "rolls": 1
      }
    ]
  },
  "pools": [
    {
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 5,
                "min": 3
              },
              "function": "set_count"
            },
            {
              "data": 0,
              "function": "set_data"
            }
          ],
          "name": "miners_delight:cave_carrot",
          "type": "item",
          "weight": 1
        }
      ],
      "rolls": 1
    }
  ]
}