{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:black_hole",
      "materials": {
        "default": "creeper",
        "charged": "charged_creeper"
      },
      "textures": {
        "default": "textures/entity/black_hole",
		"charged": "textures/entity/black_hole.armor"
      },
      "geometry": {
        "default": "geometry.black_hole",
		"charged": "geometry.black_hole.armor"
      },
      "animations": {
        "black_hole_general": "animation.black_hole.general",
		
        "general": "controller.animation.black_hole.general"
	  },
      "scripts": {
        "animate": [
          "general"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
	  "particle_effects": {
		  "spell": "bd:black",
		  "die": "bd:dead"
	  },
      "spawn_egg": {
       "base_color": "#086010",
        "overlay_color": "#0f0e0e"
      }
    }
  }
}