{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:blast_door_bd",
      "materials": {
        "default": "shulker"
      },
      "textures": {
        "default": "textures/entity/furnit/blast_door_bd"
      },
      "geometry": {
        "default": "geometry.blast_door_bd"
      },
      "animations": {
        "blast_door_bd.open": "animation.blast_door_bd.general_close",
		"trans": "animation.blast_door_bd.opening",
        
        "open": "controller.animation.blast_door_bd.open"
      },
      "scripts": {
        "animate": [
          "open"
        ]
	  },
      "render_controllers": [
        "controller.render.scp019"
      ],
      "spawn_egg": {
        "texture": "blast_door",
        "texture_index": 3
      }
    }
  }
}