{
	"entity_sounds": {
		"entities": {
			"myname:cow": {
				"events": {
					"ambient": "mob.cow.say",
					"death": "mob.cow.hurt",
					"hurt": "mob.cow.hurt",
					"step": {
						"pitch": [0.9, 1.1],
						"sound": "mob.cow.step",
						"volume": 0.65
					}
				},
				"pitch": [0.8, 1.2],
				"volume": 1
			}
		}
	}
}