{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:d_class_d",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "d1": "textures/entity/d-class/d_class",
        "d2": "textures/entity/d-class/d_class_b",
        "d3": "textures/entity/d-class/steve_d",
		"d4": "textures/entity/d-class/d_class_boi",
		"d5": "textures/entity/d-class/d_class_1",
		"d6": "textures/entity/d-class/d_class_2",
		"d7": "textures/entity/d-class/d_class_3"
      },
      "geometry": {
        "default": "geometry.d_class"
      },
      "animations": {
        "d_class_d_general": "animation.d_class_d.general",
		
        "general": "controller.animation.d_class_d.general"
      },
      "scripts": {
        "animate": [
          "general"
        ]
	  },
      "render_controllers": [
        "controller.render.d_class"
      ],
      "spawn_egg": {
        "base_color": "#f78801",
        "overlay_color": "#5e3b16"
      }
    }
  }
}