
{
    "minecraft:bat": {
        "abilities": ["fly", "night_vision", "prevent_fall"],
        "health": 6,
        "hostile": true
    },
    "minecraft:cave_spider": {
        "abilities": ["climb"],
        "attack": "poison",
        "health": 12,
        "hostile": true
    },
    "minecraft:chicken": {
        "abilities": ["glide"],
        "health": 4,
        "hands": true
    },
    "minecraft:cow": {
        "health": 10,
		"hands": true
    },
    "minecraft:horse": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 24,
        "speed": 0.15
    },
    "minecraft:donkey": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 24,
        "speed": 0.15
    },
    "minecraft:mule": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 24,
        "speed": 0.15
    },
    "minecraft:skeleton_horse": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 24,
        "speed": 0.15
    },
    "minecraft:zombie_horse": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 24,
        "speed": 0.15
    },
    "MushroomCow": {
        "health": 10,
        "hands": true
    },
    "minecraft:ocelot": {
        "health": 10,
        "speed": 0.15,
        "hands": true
    },
    "minecraft:pig": {
        "health": 10,
        "hands": true
    },
    "minecraft:polar_bear": {
        "health": 30,
		"hands": true
    },
    "minecraft:rabbit": {
        "abilities": ["prevent_fall"],
        "action": "jump",
        "health": 3,
        "speed": 0.13
    },
    "minecraft:sheep": {
        "health": 8,
    	"hands": true
    },
    "minecraft:spider": {
        "abilities": ["climb"],
        "health": 16,
        "hostile": true
    },
    "minecraft:squid": {
        "abilities": ["water_breath", "swim", "night_vision"],
        "health": 10,
        "hands": true
    },
    "minecraft:wolf": {
    	"health": 8,
    	"hostile": true,
    	"hands": true
    },
    
    "minecraft:enderman": {
        "abilities": ["water_allergy"],
        "action": "teleport",
        "health": 40,
        "hostile": true,
        "hands": true
    },
    "minecraft:zombie_pigman": {
        "abilities": ["fire_proof", "hungerless"],
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:snowman": {
        "abilities": ["snow_walk"],
        "action": "snowball",
        "health": 4
    },
	"minecraft:villager": {
        "health": 20,
        "hands": true
    },
    "minecraft:villager_golem": {
    	"attack": "knockback",
        "health": 100,
		"hands": true
    },
    
    "minecraft:blaze": {
        "abilities": ["fly", "fire_proof", "water_allergy"],
        "action": "small_fireball",
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:creeper": {
        "action": "explode",
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:ghast": {
        "abilities": ["fly", "fire_proof"],
        "action": "fireball",
        "health": 10,
        "hostile": true,
        "hands": true
    },
    "minecraft:guardian": {
        "abilities": ["water_breath", "night_vision", "swim", "jumping"],
        "health": 30,
        "hostile": true
    },
    "minecraft:elder_guardian": {
        "abilities": ["water_breath", "night_vision", "swim", "jumping"],
        "health": 30,
        "hostile": true
    },
    "minecraft:magma_cube": {
        "abilities": ["jumping", "fire_proof"],
        "health": 4,
        "hostile": true
    },
    "minecraft:silverfish": {
        "health": 8,
        "hostile": true
    },
    "minecraft:slime": {
        "abilities": ["jumping"],
        "health": 4,
        "hostile": true
    },
    "minecraft:skeleton": {
        "abilities": ["sun_allergy"],
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:stray": {
        "abilities": ["sun_allergy"],
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:wither_skeleton": {
        "abilities": ["fire_proof"],
        "attack": "wither",
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:witch": {
        "action": "potions",
        "health": 26,
        "hostile": true,
        "hands": true
    },
    "minecraft:zombie": {
        "abilities": ["sun_allergy", "hungerless"],
        "health": 20,
        "hostile": true
    },
    "minecraft:husk": {
        "abilities": ["sun_allergy", "hungerless"],
        "health": 20,
        "hostile": true,
        "hands": true
    },
    "minecraft:zombie_villager": {
        "abilities": ["sun_allergy", "hungerless"],
        "health": 20,
        "hostile": true,
        "hands": true
    },
    
    "minecraft:ender_dragon": {
    	"abilities": ["fly"],
    	"action": "fire_breath",
    	"health": 200,
    	"hostile": true
    }
}
