返回上一级
掉落corn_delight

Cron_cron_loot6 掉落

loot_tables/Cron_cron_loot6.json

掉落 corn_delight:maize、corn_delight:corn_kernel

掉落

物品权重数量
corn_delight:maize12 - 3
corn_delight:corn_kernel12 - 4

组件摘要

{
  "loot": {
    "id": "loot_tables/Cron_cron_loot6.json",
    "drops": [
      {
        "itemId": "corn_delight:maize",
        "weight": 1,
        "count": [
          2,
          3
        ]
      },
      {
        "itemId": "corn_delight:corn_kernel",
        "weight": 1,
        "count": [
          2,
          4
        ]
      }
    ],
    "pools": [
      {
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 3,
                  "min": 2
                },
                "function": "set_count"
              },
              {
                "data": 0,
                "function": "set_data"
              }
            ],
            "name": "corn_delight:maize",
            "type": "item",
            "weight": 1
          }
        ],
        "rolls": 1
      },
      {
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 4,
                  "min": 2
                },
                "function": "set_count"
              },
              {
                "data": 0,
                "function": "set_data"
              }
            ],
            "name": "corn_delight:corn_kernel",
            "type": "item",
            "weight": 1
          }
        ],
        "rolls": 1
      }
    ]
  },
  "pools": [
    {
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 3,
                "min": 2
              },
              "function": "set_count"
            },
            {
              "data": 0,
              "function": "set_data"
            }
          ],
          "name": "corn_delight:maize",
          "type": "item",
          "weight": 1
        }
      ],
      "rolls": 1
    },
    {
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 4,
                "min": 2
              },
              "function": "set_count"
            },
            {
              "data": 0,
              "function": "set_data"
            }
          ],
          "name": "corn_delight:corn_kernel",
          "type": "item",
          "weight": 1
        }
      ],
      "rolls": 1
    }
  ]
}