返回上一级
掉落overweiht_farm_nullgr

cocoa_pot 掉落

loot_tables/cocoa_pot.json

掉落 minecraft:flower_pot、overweiht_farm_nullgr:overweight_cocoa_block

掉落

物品权重数量
minecraft:flower_pot11 - 1
overweiht_farm_nullgr:overweight_cocoa_block11 - 1

组件摘要

{
  "loot": {
    "id": "loot_tables/cocoa_pot.json",
    "drops": [
      {
        "itemId": "minecraft:flower_pot",
        "weight": 1,
        "count": [
          1,
          1
        ]
      },
      {
        "itemId": "overweiht_farm_nullgr:overweight_cocoa_block",
        "weight": 1,
        "count": [
          1,
          1
        ]
      }
    ],
    "pools": [
      {
        "rolls": 1,
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 1,
                  "min": 1
                },
                "function": "set_count"
              },
              {
                "function": "set_data",
                "data": 0
              }
            ],
            "type": "item",
            "name": "minecraft:flower_pot",
            "weight": 1
          }
        ]
      },
      {
        "rolls": 1,
        "entries": [
          {
            "functions": [
              {
                "count": {
                  "max": 1,
                  "min": 1
                },
                "function": "set_count"
              },
              {
                "function": "set_data",
                "data": 0
              }
            ],
            "type": "item",
            "name": "overweiht_farm_nullgr:overweight_cocoa_block",
            "weight": 1
          }
        ]
      }
    ]
  },
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 1,
                "min": 1
              },
              "function": "set_count"
            },
            {
              "function": "set_data",
              "data": 0
            }
          ],
          "type": "item",
          "name": "minecraft:flower_pot",
          "weight": 1
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "functions": [
            {
              "count": {
                "max": 1,
                "min": 1
              },
              "function": "set_count"
            },
            {
              "function": "set_data",
              "data": 0
            }
          ],
          "type": "item",
          "name": "overweiht_farm_nullgr:overweight_cocoa_block",
          "weight": 1
        }
      ]
    }
  ]
}