{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:ghast",
      "materials": { "default": "ghast" },
      "textures": {
        "default": "textures/entity/ghast/ghast",
        "shooting": "textures/entity/ghast/ghast_shooting"
      },
      "geometry": {
        "default": "geometry.ghast"
      },
      "spawn_egg": {
        "texture": "spawn_egg_ghast"
      },
      "animations": {
        "move": "animation.ghast.move"
      },
      "animation_controllers": [
        { "move": "controller.animation.ghast.move" }
      ],
      "render_controllers": [ "controller.render.ghast" ]
    }
  }
}