{
    //-----------------------------------------------------
    // This is included for when the weird bug that makes 
    // enderman data models unobtainable is fixed.
    // It has been modified to fit in with the other files
    //-----------------------------------------------------

    "entity": "minecraft:enderman",
    "variants": [
        "endermanoverhaul:cave_enderman",
        "endermanoverhaul:dark_oak_enderman",
        "endermanoverhaul:desert_enderman",
        "endermanoverhaul:flower_fields_enderman",
        "endermanoverhaul:mushroom_fields_enderman",
        "endermanoverhaul:nether_wastes_enderman",
    ],
    "name": {
        "translate": "entity.minecraft.enderman",
        "color": "#161616"
    },
    "display": {
        "scale": 0.75
    },
    "sim_cost": 512,
    "input": {
        "item": "hostilenetworks:prediction_matrix"
    },
    "base_drop": {
        "id": "hostilenetworks:end_prediction"
    },
    "trivia": "hostilenetworks.trivia.enderman",
    "fabricator_drops": [
        {
            "id": "minecraft:ender_pearl",
            "count": 8
        },
        {
            "id": "minecraft:end_crystal",
            "count": 1
        },
        {
            "id": "evilcraft:ender_tear",
            "optional": true,
            "count": 4
        },
        {
            "id": "reliquary:nebulous_heart",
            "optional": true,
            "count": 2
        }
    ]
}
