{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "bd:machine_gun",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/machine_gun"
      },
      "geometry": {
        "default": "geometry.machine_gun"
      },
      "animations": {
        "shooting": "animation.machine_gun.shooting",
		"machine_gun_general": "animation.machine_gun.general",
		
        "shoot": "controller.animation.machine_gun.shoot",
		"general": "controller.animation.machine_gun.general"
	  },
      "scripts": {
        "animate": [
          "shoot", "general"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "machine_gun",
        "texture_index": 1
      }
    }
  }
}