{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:erase",
      "materials": {
	    "default": "npc"
	  },
      "textures": {
        "default": "textures/entity/erase"
      },
      "animations": {
        "general": "animation.erase.general"
      },
      "scripts": {
        "pre_animation": [
          "variable.shake = query.shake_time - query.frame_alpha;",
          "variable.shake_power = variable.shake > 0.0 ? -Math.sin(variable.shake * 200.0) * variable.shake : 0.0;"
        ],
        "animate": [
          "general"
        ]
      },
      "geometry": {
        "default": "geometry.erase"
      },
	  "particle_effects": {
		  "spell": "bd:erase"
	  },
      "render_controllers": [ "controller.render.default" ]
    }
  }
}