{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:cdoor",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/furnit/cdoor"
      },
      "geometry": {
        "default": "geometry.cdoor"
      },
      "animations": {
        "cdoor.close": "animation.cdoor.close",
        
        "close": "controller.animation.cdoor.close"
      },
      "scripts": {
        "animate": [
          "close"
        ]
	  },
      "render_controllers": [
        "controller.render.scp019"
      ],
      "spawn_egg": {
        "texture": "cdoor",
        "texture_index": 5
      }
    }
  }
}