{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:mole_rat",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "default": "textures/entity/guard/mole_rat"
      },
      "geometry": {
        "default": "geometry.mole_rat"
      },
      "animations": {
        "moving": "animation.mole_rat.moving",
        "mole_rat_general": "animation.mole_rat.general",
        "attacking": "animation.mole_rat.attacking",
		"shooting": "animation.mole_rat.shooting",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.mole_rat.move",
		"shoot": "controller.animation.mole_rat.shoot",
        "general": "controller.animation.mole_rat.general",
        "attack": "controller.animation.mole_rat.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "shoot"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.ntf"
      ],
      "spawn_egg": {
        "base_color": "#fdc304",
        "overlay_color": "#ec2a16"
      }
    }
  }
}