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