MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

evocation_illager.json0 B

Empty File
{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:totem_of_undying"
        }
      ]
    },
    {
        "rolls": 1,
        "entries": [
            {
                "type": "item",
                "name": "minecraft:emerald",
                "weight": 1,
                "functions": [
                    {
                        "function": "set_count",
                        "count": {
                            "min": 0,
                            "max": 1
                        }
                    },
                    {
                        "function": "looting_enchant",
                        "count": {
                            "min": 0,
                            "max": 1
                        }
                    }
                ]
            }
        ],
        "conditions": [
            {
                "condition": "killed_by_player"
            }
        ]
    }
  ]
}