{
  "type": "minecraft:entity",
  "pools": [
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "twilightforest:twilight_scepter"
        },
        {
          "type": "minecraft:item",
          "name": "twilightforest:lifedrain_scepter"
        },
        {
          "type": "minecraft:item",
          "name": "twilightforest:zombie_scepter"
        },
        {
          "type": "minecraft:item",
          "name": "twilightforest:fortification_scepter"
        }
      ]
    },
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 2.0,
        "max": 4.0
      },
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 10.0,
                "max": 40.0
              },
              "treasure": false
            }
          ],
          "name": "tfc:metal/sword/red_steel"
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 10.0,
                "max": 40.0
              },
              "treasure": false
            }
          ],
          "name": "tfc:metal/helmet/red_steel"
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 10.0,
                "max": 40.0
              },
              "treasure": false
            }
          ],
          "name": "tfc:metal/chestplate/red_steel"
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 10.0,
                "max": 40.0
              },
              "treasure": false
            }
          ],
          "name": "tfc:metal/greaves/red_steel"
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "min": 10.0,
                "max": 40.0
              },
              "treasure": false
            }
          ],
          "name": "tfc:metal/boots/red_steel"
        }
      ]
    },
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 1.0,
                "max": 4.0
              },
              "add": false
            },
            {
              "function": "minecraft:looting_enchant",
              "count": {
                "type": "minecraft:uniform",
                "min": 2.0,
                "max": 16.0
              }
            }
          ],
          "name": "minecraft:ender_pearl"
        }
      ]
    },
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "type": "minecraft:uniform",
                "min": 5.0,
                "max": 9.0
              },
              "add": false
            },
            {
              "function": "minecraft:looting_enchant",
              "count": {
                "type": "minecraft:uniform",
                "min": 2.0,
                "max": 6.0
              }
            }
          ],
          "name": "minecraft:bone"
        }
      ]
    },
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "twilightforest:lich_trophy"
        }
      ]
    },
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "conditions": [
            {
              "condition": "twilightforest:mod_exists",
              "mod_id": "immersiveengineering"
            }
          ],
          "functions": [
            {
              "function": "twilightforest:item_or_default",
              "item": "twilightforest:shader",
              "default": "minecraft:gold_nugget"
            },
            {
              "function": "minecraft:set_nbt",
              "tag": "{shader_name:\"twilightforest:lich\"}"
            }
          ],
          "name": "minecraft:gold_nugget"
        }
      ]
    },
    {
      "rolls": 1.0,
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "conditions": [
            {
              "condition": "twilightforest:mod_exists",
              "mod_id": "immersiveengineering"
            }
          ],
          "functions": [
            {
              "function": "twilightforest:item_or_default",
              "item": "twilightforest:shader_bag_twilight",
              "default": "minecraft:gold_nugget"
            }
          ],
          "name": "minecraft:gold_nugget"
        }
      ]
    }
  ]
}