{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:eraser",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "default": "textures/entity/summoner"
      },
      "geometry": {
        "default": "geometry.summoner"
      },
      "animations": {
        "moving": "animation.summoner.moving",
        "summoner_general": "animation.summoner.general",
		"shooting": "animation.summoner.shooting",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.summoner.move",
        "general": "controller.animation.summoner.general",
		"charge": "controller.animation.summoner.charge"
      },
      "scripts": {
        "animate": [
          "move", "general", "charge"
        ]
      },
      "render_controllers": [
        "controller.render.scp049"
      ],
      "spawn_egg": {
        "base_color": "#fad316",
        "overlay_color": "#0d0d0d"
      },
	  "particle_effects": {
		  "spell": "bd:erase"
	  }
    }
  }
}