{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp999",
      "materials": {
        "default": "slime_outer"
      },
      "textures": {
        "default": "textures/entity/scp999"
      },
      "geometry": {
        "default": "geometry.scp999"
      },
      "animations": {
        "jumping": "animation.scp999.jumping",
        "scp999_general": "animation.scp999.general",
		"love": "animation.scp999.love",
		"dead": "animation.scp999.dead",
        "look_at_target": "animation.common.look_at_target",

        "jump": "controller.animation.scp999.jump",
        "general": "controller.animation.scp999.general"
      },
      "scripts": {
        "animate": [
          "jump", "general"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp999"
      ],
      "spawn_egg": {
        "texture": "999",
        "texture_index": 2
      },
	  "particle_effects": {
		  "love": "bd:999_love"
	  }
    }
  }
}