{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:hvdoor_ro",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/furnit/hvdoor"
      },
      "geometry": {
        "default": "geometry.hvdoor_ro"
      },
      "animations": {
        "hdoor.close": "animation.hdoor.close",
        
        "close": "controller.animation.hdoor.close"
      },
      "scripts": {
        "animate": [
          "close"
        ]
	  },
      "render_controllers": [
        "controller.render.scp019"
      ],
      "spawn_egg": {
        "base_color": "#ffffff",
        "overlay_color": "#0d0d0d"
      }
    }
  }
}