{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:cage",
      "materials": {
        "default": "creeper"
      },
      "textures": {
        "default": "textures/entity/furnit/cage"
      },
      "geometry": {
        "default": "geometry.cage"
      },
      "animations": {
        "cage_general": "animation.cage.general",
		
        "general": "controller.animation.cage.general"
	  },
      "scripts": {
        "animate": [
          "general"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "cage",
        "texture_index": 1
      }
    }
  }
}