返回上一级
掉落zy_croptopia

cinnamon_leaves 掉落

loot_tables/zy_croptopia/blocks/cinnamon_leaves.json

掉落 minecraft:jungle_leaves、zy_croptopia:cinnamon_sapling、minecraft:stick

掉落

物品权重数量
minecraft:jungle_leaves11 - 1
zy_croptopia:cinnamon_sapling11 - 1
minecraft:stick11 - 2

组件摘要

{
  "loot": {
    "id": "loot_tables/zy_croptopia/blocks/cinnamon_leaves.json",
    "drops": [
      {
        "itemId": "minecraft:jungle_leaves",
        "weight": 1,
        "count": [
          1,
          1
        ]
      },
      {
        "itemId": "zy_croptopia:cinnamon_sapling",
        "weight": 1,
        "count": [
          1,
          1
        ]
      },
      {
        "itemId": "minecraft:stick",
        "weight": 1,
        "count": [
          1,
          2
        ]
      }
    ],
    "pools": [
      {
        "rolls": 1,
        "entries": [
          {
            "conditions": [
              {
                "item": "minecraft:shears",
                "condition": "match_tool"
              }
            ],
            "type": "item",
            "name": "minecraft:jungle_leaves",
            "weight": 1
          }
        ]
      },
      {
        "rolls": 1,
        "entries": [
          {
            "conditions": [
              {
                "chance": 0.05,
                "looting_multiplier": 0.0125,
                "condition": "random_chance_with_looting"
              }
            ],
            "type": "item",
            "name": "zy_croptopia:cinnamon_sapling",
            "weight": 1
          }
        ]
      },
      {
        "rolls": 1,
        "entries": [
          {
            "conditions": [
              {
                "chance": 0.02,
                "looting_multiplier": 0.0022,
                "condition": "random_chance_with_looting"
              }
            ],
            "functions": [
              {
                "function": "set_count",
                "count": {
                  "max": 2,
                  "min": 1
                }
              },
              {
                "function": "explosion_decay"
              }
            ],
            "type": "item",
            "name": "minecraft:stick",
            "weight": 1
          }
        ]
      }
    ]
  },
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "conditions": [
            {
              "item": "minecraft:shears",
              "condition": "match_tool"
            }
          ],
          "type": "item",
          "name": "minecraft:jungle_leaves",
          "weight": 1
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "conditions": [
            {
              "chance": 0.05,
              "looting_multiplier": 0.0125,
              "condition": "random_chance_with_looting"
            }
          ],
          "type": "item",
          "name": "zy_croptopia:cinnamon_sapling",
          "weight": 1
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "conditions": [
            {
              "chance": 0.02,
              "looting_multiplier": 0.0022,
              "condition": "random_chance_with_looting"
            }
          ],
          "functions": [
            {
              "function": "set_count",
              "count": {
                "max": 2,
                "min": 1
              }
            },
            {
              "function": "explosion_decay"
            }
          ],
          "type": "item",
          "name": "minecraft:stick",
          "weight": 1
        }
      ]
    }
  ]
}